Search found 53125 matches
- Tue Jan 19, 2016 7:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dynamically select the column at runtime
- Replies: 10
- Views: 3571
- Tue Jan 19, 2016 3:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: dynamically select the column at runtime
- Replies: 10
- Views: 3571
- Tue Jan 19, 2016 3:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Rules Stage How to Validate a TimeStamp
- Replies: 6
- Views: 2356
- Mon Jan 18, 2016 10:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Rules Stage How to Validate a TimeStamp
- Replies: 6
- Views: 2356
- Mon Jan 18, 2016 10:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Passing Filter conditions dynamically
- Replies: 1
- Views: 875
- Mon Jan 18, 2016 7:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Rules Stage How to Validate a TimeStamp
- Replies: 6
- Views: 2356
- Mon Jan 18, 2016 7:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Rules Stage How to Validate a TimeStamp
- Replies: 6
- Views: 2356
- Mon Jan 18, 2016 4:38 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to get First day and last day of Quarter
- Replies: 1
- Views: 1915
Welcome aboard. Become familiar with the date functions in the parallel environment. For example MonthFromDate() gives you the month number, from which you can obtain the quarter number and, by inference, the beginning and end month of the quarter. The day number of the beginning of the quarter is a...
- Mon Jan 18, 2016 4:23 pm
- Forum: General
- Topic: Recursive lookup
- Replies: 1
- Views: 1177
- Sun Jan 17, 2016 4:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Event log table requirment through datastage
- Replies: 2
- Views: 1523
- Thu Jan 14, 2016 9:46 pm
- Forum: General
- Topic: Datastage jobs folder organization
- Replies: 4
- Views: 1616
- Thu Jan 14, 2016 9:43 pm
- Forum: General
- Topic: Unable to run the datastage jobs
- Replies: 2
- Views: 1628
- Thu Jan 14, 2016 4:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to output source non-xml columns from xml input stage
- Replies: 5
- Views: 1858
- Wed Jan 13, 2016 9:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer. Would like to hear some ideas.
- Replies: 5
- Views: 1848
Code: Select all
N 1 2 3 4 5 6 7 8 9
Int(N+1)/2) 1 1 2 2 3 3 4 4 5- Wed Jan 13, 2016 9:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer. Would like to hear some ideas.
- Replies: 5
- Views: 1848
My solution does not involve @INROWNUM. If you use @INROWNUM it increments on each node, though that would work OK in a two node configuration using Round Robin partitioning if your data were sorted by the integer value to which you referred. But you described your requirement in terms of pairs of r...