Search found 5168 matches
- Fri Feb 09, 2007 11:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error in compiling a parallel job on windows XP
- Replies: 2
- Views: 889
- Fri Feb 09, 2007 10:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: find age from DOB
- Replies: 10
- Views: 1935
- Fri Feb 09, 2007 3:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: find age from DOB
- Replies: 10
- Views: 1935
- Fri Feb 09, 2007 3:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date format and date difference
- Replies: 8
- Views: 2260
- Fri Feb 09, 2007 2:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: BigInt To Integer conversion
- Replies: 6
- Views: 4866
- Fri Feb 09, 2007 2:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: BigInt To Integer conversion
- Replies: 6
- Views: 4866
- Fri Feb 09, 2007 2:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join stage output quantity mismatch query
- Replies: 9
- Views: 1787
- Fri Feb 09, 2007 12:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: BigInt To Integer conversion
- Replies: 6
- Views: 4866
- Fri Feb 09, 2007 12:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Need to develop parallel job
- Replies: 4
- Views: 1002
- Fri Feb 09, 2007 12:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join stage output quantity mismatch query
- Replies: 9
- Views: 1787
Entire wont be a prescribed partition for Join stage. But still this will increase the number of resultant rows and not decrease. Now explain more on what are the keys, and what is the partition that used on which stage and especially on the join stage, for both the input. Basically need more detail...
- Fri Feb 09, 2007 12:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Script for Cleaning the Log Files
- Replies: 21
- Views: 5667
- Thu Feb 08, 2007 11:32 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Join stage output quantity mismatch query
- Replies: 9
- Views: 1787
- Thu Feb 08, 2007 11:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to append the column
- Replies: 8
- Views: 2742
- Thu Feb 08, 2007 11:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Doubt in the execution of jobs in sequencer
- Replies: 5
- Views: 1316
You haven't answered for the question asked. What is the status of "automatically handle activities that fail"? As soon as the job2 is aborted, the abort signal will be sent to Master sequence, and the same forced the rest of the jobs to abort. But by the time the signal sent to JobSequnce, the Job1...
- Thu Feb 08, 2007 11:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Reading a Sequential File using Execute Command Stage
- Replies: 7
- Views: 1410
Yes you can. There are lot many other ways too. You can use a script, to parse the file and return the result. Is it delimited or fixed width? You can use 'cut' for either case and assign to respective variable and compare with each other, and produce the result. Based on the CommandOutput, you can ...