Search found 53125 matches
- Tue Dec 31, 2013 6:10 am
- Forum: General
- Topic: Install Updates - Are the files needed after install
- Replies: 3
- Views: 757
- Wed Dec 25, 2013 4:41 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generate Row Number Field with multiple partition not workin
- Replies: 2
- Views: 3346
What partitioning are you using? No, really using? Unless you can guarantee absolutely even distribution you will always see holes in the sequence. The only way that you can guarantee absolutely even distribution is (a) to specify Round Robin as the partitioning algorithm and (b) to have a number of...
- Wed Dec 25, 2013 4:40 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DB2 Syntx giving trouble in Server routine
- Replies: 1
- Views: 1227
- Mon Dec 23, 2013 1:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator state --count on two columns
- Replies: 2
- Views: 1313
- Mon Dec 23, 2013 1:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Modify Stage to mimic Transformer TRIM() function
- Replies: 7
- Views: 3220
- Mon Dec 23, 2013 1:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: varchar to char truncate issue
- Replies: 5
- Views: 3592
- Mon Dec 23, 2013 1:26 pm
- Forum: General
- Topic: how to supress - no such file or directory unix error
- Replies: 6
- Views: 2455
DataStage detects the exit status. You can generate a fake exit status of 0 to prevent the warning. But... what do you then want DataStage to do in the case that the file does not exist?
Code: Select all
ls -1u /blah/blah/blah/FILENAME*.txt > /blah/blah/blah/FILENAME2.txt 2>/dev/null ; echo ""
- Sat Dec 21, 2013 11:16 pm
- Forum: General
- Topic: Metadata Repository (Datastage 8.5 Installation)
- Replies: 8
- Views: 8301
- Sat Dec 21, 2013 2:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: varchar to char truncate issue
- Replies: 5
- Views: 3592
- Fri Dec 20, 2013 11:59 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivoting-unknown number of columns
- Replies: 5
- Views: 1912
- Fri Dec 20, 2013 11:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Find prepositions in a string
- Replies: 6
- Views: 2175
- Fri Dec 20, 2013 11:56 am
- Forum: General
- Topic: Email Notification without JOB STATUS REPORT
- Replies: 4
- Views: 1911
- Thu Dec 19, 2013 3:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date valid function
- Replies: 7
- Views: 2428
Make sure all dates have eight characters, so that they match the format string.
Code: Select all
Right("00":InLink.TheString, 8)- Thu Dec 19, 2013 3:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: string replacement scenario
- Replies: 2
- Views: 939
- Thu Dec 19, 2013 3:00 pm
- Forum: General
- Topic: Defining Parameter set value from within a Job Sequence
- Replies: 1
- Views: 607