Search found 42189 matches
- Fri Feb 22, 2008 7:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: cleanup resources option in director
- Replies: 3
- Views: 1103
- Fri Feb 22, 2008 7:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in Hash file
- Replies: 12
- Views: 3003
- Fri Feb 22, 2008 7:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: $ReturnValue behaviour in sequencer
- Replies: 2
- Views: 1611
ps. It would be simpler if you learned about and starting using the 'user status' area in jobs. No intermediate file needed, no funky trigger handling, just a job that stashes something there and then $UserStatus can be used directly. Search the forums for either "user status" or "USERSTATUS" as thi...
- Fri Feb 22, 2008 7:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: $ReturnValue behaviour in sequencer
- Replies: 2
- Views: 1611
- Fri Feb 22, 2008 7:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Inserting NULL records even after defining constraint
- Replies: 19
- Views: 3984
- Thu Feb 21, 2008 3:53 pm
- Forum: General
- Topic: Access same hash file as look up from two different jobs
- Replies: 5
- Views: 1541
- Thu Feb 21, 2008 2:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ETL tool migration
- Replies: 5
- Views: 1801
- Thu Feb 21, 2008 2:46 pm
- Forum: General
- Topic: Access same hash file as look up from two different jobs
- Replies: 5
- Views: 1541
- Thu Feb 21, 2008 11:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: String compare
- Replies: 4
- Views: 2317
- Thu Feb 21, 2008 11:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: String compare
- Replies: 4
- Views: 2317
- Thu Feb 21, 2008 10:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Joining the Hash file
- Replies: 14
- Views: 4712
Again - do you really need to load the entire record into the work table for this join? If yes then carry on, just wanted to make sure. As to your problem, I'm not understanding your issue so can't give much advice - other than to ask you to try to explain it again. Perhaps you could post the table ...
- Thu Feb 21, 2008 10:01 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Joining the Hash file
- Replies: 14
- Views: 4712
- Thu Feb 21, 2008 9:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: scheduled sequencers are not running
- Replies: 6
- Views: 2207
- Thu Feb 21, 2008 8:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Wait for file routine - handling incomplete files?
- Replies: 9
- Views: 2372
- Thu Feb 21, 2008 8:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Avoid Cartesian Products
- Replies: 7
- Views: 1552
You "avoid the cartesian product" by joining on the proper keys. Why in the world can you not simply do that here? If you "can't do that" for some reason, I really don't see how you can avoid the cartesian-then-filter approach. However, you could arrange for all of that to happen in the source sql, ...