Search found 8 matches
- Thu Jan 13, 2011 8:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: multiple recs through looping
- Replies: 3
- Views: 986
- Thu Jan 13, 2011 7:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: multiple recs through looping
- Replies: 3
- Views: 986
multiple recs through looping
Hi All, Can you please let me know how to generate multiple recs from a single rec ex: i/p: id,effdate 1,05/01/2011 2,11/01/2011 o/p: id,effdate 1,05/01/2011 1,06/01/2011 1,07/01/2011 1,08/01/2011 1,09/01/2011 1,10/01/2011 1,11/01/2011 1,12/01/2011 1,13/01/2011 2,11/01/2011 2,12/01/2011 2,13/01/2011...
- Thu Jan 13, 2011 7:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: datastage job logic
- Replies: 10
- Views: 3155
- Thu Jan 13, 2011 4:06 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: datastage job logic
- Replies: 10
- Views: 3155
- Wed Jan 12, 2011 7:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: datastage job logic
- Replies: 10
- Views: 3155
- Wed Jan 12, 2011 7:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: datastage job logic
- Replies: 10
- Views: 3155
- Wed Jan 12, 2011 4:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: datastage job logic
- Replies: 10
- Views: 3155
- Wed Jan 12, 2011 12:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: datastage job logic
- Replies: 10
- Views: 3155
datastage job logic
Hi I want to develop a job,with the following req, i/p 3 columns id,date,price 1,05/01/2011,100 1,06/01/2011,200 1,07/01/2011,100 2,06/01/2011,1000 3,12/01/2011,1000 4,10/01/2011,100 4,11/01/2011,200 4,12/01/2011,150 assume my run date is 12/012011, Now there are 3 cases I need to discuss, case 1: r...