Search found 42189 matches
- Thu Feb 11, 2016 8:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Converting StringToDecimal and back DecimalToString
- Replies: 9
- Views: 4175
Welcome. First let's get you in the proper forum. There, all done. Now, there's no need to do this in two transformers or even two steps unless you need to store the intermediate string value... do you? Otherwise you just 'inline' the two function calls, put the first inside the second. To help with...
- Thu Feb 11, 2016 8:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Challenging design problem
- Replies: 9
- Views: 3353
- Thu Feb 11, 2016 8:09 am
- Forum: General
- Topic: Can any one explain the below Unix command ??
- Replies: 3
- Views: 1380
- Wed Feb 10, 2016 3:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: input Column 0 value to NULL in target
- Replies: 4
- Views: 2159
- Wed Feb 10, 2016 11:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Webservice Client Stage - Data issue
- Replies: 12
- Views: 4231
- Wed Feb 10, 2016 10:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Challenging design problem
- Replies: 9
- Views: 3353
- Wed Feb 10, 2016 10:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ERROR While Loading from oracle to oracle
- Replies: 1
- Views: 1048
Resolve the deadlock. If you're not sure what that means, enlist your Oracle DBA. They may be able to trace the execution of the job from the database side and give you some clues. Typically it is caused by running your job on multiple nodes with improper partitioning. If you are running on more tha...
- Wed Feb 10, 2016 8:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: CurrentDate() Year extract
- Replies: 4
- Views: 4225
- Wed Feb 10, 2016 8:03 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IN operator in DATASTAGE
- Replies: 8
- Views: 7079
One example of several that an exact match search for "substring matches" turned up.
- Wed Feb 10, 2016 7:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Webservice Client Stage - Data issue
- Replies: 12
- Views: 4231
- Tue Feb 09, 2016 8:50 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Null handling for CHAR + nullable field
- Replies: 8
- Views: 3711
- Tue Feb 09, 2016 8:18 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generate schema files in datastage
- Replies: 11
- Views: 7477
Well... where does the starting year come from - the system date? Something in the file or filename? Seems to me if you have the starting year then you just increment it by one for each subsequent row. Of course, I could be greatly simplifying the process. :wink: Perhaps if you posted some specifics...
- Tue Feb 09, 2016 8:03 am
- Forum: General
- Topic: Jobs Runtimes
- Replies: 3
- Views: 1806
- Mon Feb 08, 2016 10:53 pm
- Forum: General
- Topic: sequence job failure
- Replies: 16
- Views: 5427
- Mon Feb 08, 2016 10:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compare previous rows and with another column
- Replies: 4
- Views: 1800
'In a new group', meaning has the value of ID changed. You can do it all manually via properly sequenced stage variables or you can leverage the Sort stage (even telling it to not sort) with the Key Change column property enabled. It will add a new column to the stream that when true means the first...