Search found 6797 matches
- Mon Dec 11, 2006 9:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.BCIPut call to SQLExecute failed
- Replies: 14
- Views: 5385
- Mon Dec 11, 2006 9:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Doubt regarding warnings
- Replies: 3
- Views: 952
- Mon Dec 11, 2006 8:34 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Could someone help me with some logic please
- Replies: 7
- Views: 1953
- Mon Dec 11, 2006 8:30 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: pass a value in parameter for the next job
- Replies: 17
- Views: 4642
Is your hashed file present in the Project directory or somwhere else. As pointed out, you need to create a VOC pointer for your 'out for directory' hashed files and then use that pointer as your hashed file name. You need SETFILE for that. If you dont want that then change the UtilityHashLookup rou...
- Mon Dec 11, 2006 8:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.BCIPut call to SQLExecute failed
- Replies: 14
- Views: 5385
- Mon Dec 11, 2006 8:22 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to schedule a batch with different dates in each month
- Replies: 5
- Views: 1135
- Mon Dec 11, 2006 8:07 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while connection to Oracle Enterprise stage
- Replies: 3
- Views: 1090
- Mon Dec 11, 2006 8:02 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FIND THE CORRECT OF ERROR
- Replies: 3
- Views: 754
- Mon Dec 11, 2006 8:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to use DSLogFatal in Parallel job
- Replies: 4
- Views: 1784
- Sun Dec 10, 2006 12:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to schedule a batch with different dates in each month
- Replies: 5
- Views: 1135
Good piece of advice by Craig. If you want to make this dynamice then as Craig said, have a job that checks the date from oracle table. A job that is scheduled to run everyday that checks the current date with the dates in the oracle table, if there is a hit, it puts out a flag in a file. The batch ...
- Sat Dec 09, 2006 11:06 pm
- Forum: Site/Forum
- Topic: Great Sixer!!!
- Replies: 12
- Views: 5137
- Fri Dec 08, 2006 4:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Function for Rounding
- Replies: 6
- Views: 1386
- Fri Dec 08, 2006 2:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dumping the hash file data to flat file easily
- Replies: 9
- Views: 3318
I doubt you can do a bulk dump to a text file.(Someone correct me if i am wrong) You can surely read it row by row depending upon what key you pass in. You will also be needing to know all the keys for all the hashed files. I think you will be better off creating jobs. You can also pass a select com...
- Fri Dec 08, 2006 2:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating an array for a group of records
- Replies: 2
- Views: 849
Welcome Aboard
You need to sort the incoming data with the first column and then the second column. You need to do a row by row comparison. Hereis a similar example.
You need to sort the incoming data with the first column and then the second column. You need to do a row by row comparison. Hereis a similar example.
- Fri Dec 08, 2006 1:54 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating delay in a transformer ?
- Replies: 11
- Views: 1732