Search found 53125 matches
- Wed Mar 25, 2009 11:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Setting column value as Parameter
- Replies: 4
- Views: 1909
- Wed Mar 25, 2009 11:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Aggregator performance
- Replies: 9
- Views: 2618
- Wed Mar 25, 2009 8:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datetime on Sequential File
- Replies: 4
- Views: 1581
- Wed Mar 25, 2009 8:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: List of SYS tables
- Replies: 6
- Views: 1643
- Wed Mar 25, 2009 8:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Packed Decimal and Signed Integer
- Replies: 2
- Views: 1348
Thank you for posting these.
You can eliminate most of the Case constructs where the values are contiguous. For example the last one could be replaced by
You can eliminate most of the Case constructs where the values are contiguous. For example the last one could be replaced by
Code: Select all
vLastByteHex = Char(208 + vLastByte)- Wed Mar 25, 2009 3:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: List of SYS tables
- Replies: 6
- Views: 1643
- Wed Mar 25, 2009 3:29 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Copy of Datasets in different environment
- Replies: 3
- Views: 1191
- Wed Mar 25, 2009 3:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compare Stage output
- Replies: 1
- Views: 935
- Wed Mar 25, 2009 3:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to wait for and process multiple and changing name file
- Replies: 7
- Views: 5152
- Wed Mar 25, 2009 3:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Failed to Connect to DataStage server <Project Name>
- Replies: 3
- Views: 1744
- Wed Mar 25, 2009 3:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: getting rows between two dates
- Replies: 11
- Views: 3235
OK, you're getting the two dates from Oracle and you want to generate one row for each date in the range? Create one job to read from Oracle and the other to generate the rows, which receives the two dates as parameters. In the first job invoke UtilityRunJob() to run the second job and pass it the t...
- Wed Mar 25, 2009 6:26 am
- Forum: General
- Topic: Combine Records
- Replies: 6
- Views: 1962
- Wed Mar 25, 2009 6:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Read COBOL file definition
- Replies: 1
- Views: 1071
- Wed Mar 25, 2009 6:18 am
- Forum: General
- Topic: Combine Records
- Replies: 6
- Views: 1962
If the inport is sorted by Record_ID, then you can assemble the output record putting the correct value in the correct field via If..Then..Else statements in a Transformer stage (use stage variables initialized to null, and name the stage variable in the Else part). Then run the output through a Rem...
- Wed Mar 25, 2009 4:31 am
- Forum: General
- Topic: Login into datastage
- Replies: 6
- Views: 1646