Search found 15603 matches
- Fri Oct 19, 2007 4:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: generate sequence number
- Replies: 8
- Views: 6370
No, you cannot effectively use the KeyMgtGetNextValue() routine in a PX job. Generate a unique sequence number in your job can be done by using the stage variables @INROWNUM and @PARTITIONNO (did I remember that correctly?). That is easy, now you need to figure out a way to make that number unique o...
- Fri Oct 19, 2007 4:39 pm
- Forum: General
- Topic: Multiple instance execution log
- Replies: 1
- Views: 616
- Fri Oct 19, 2007 2:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Diff between the multiple instances and Parameterize the Val
- Replies: 2
- Views: 858
- Thu Oct 18, 2007 7:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: generate sequence number
- Replies: 8
- Views: 6370
- Thu Oct 18, 2007 6:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Duplicate values causing fork() failed issue
- Replies: 13
- Views: 6291
- Thu Oct 18, 2007 6:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can it be the Null string in last field of Text file?
- Replies: 10
- Views: 2058
- Thu Oct 18, 2007 6:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Column header repeat
- Replies: 4
- Views: 1202
- Thu Oct 18, 2007 3:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: what is the difference and activities of Sequence &Seque
- Replies: 8
- Views: 1854
- Thu Oct 18, 2007 3:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Lookup filesets and "Not enough Space" errors
- Replies: 22
- Views: 4534
If you think about it, turning off combination just means that more processes are doing the work. If your job (with combination) uses a lot of CPU then you might have been bottlenecked there and by disabling combination the load is spread across more processes and if you have enough physical CPUs on...
- Thu Oct 18, 2007 2:52 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Late date of Month..
- Replies: 5
- Views: 1525
Mhasan - I didn't give you the complete answer on purpose. The DateFromDaysSince() function using -1 will give you date one day prior to the input. So all you need to do is change your date to the first day of the next month (perhaps using string-based functions?) and then apply DateFromDaysSince()....
- Thu Oct 18, 2007 2:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Duplicate values causing fork() failed issue
- Replies: 13
- Views: 6291
- Thu Oct 18, 2007 2:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Commit row interval for OCI stage
- Replies: 2
- Views: 752
- Thu Oct 18, 2007 2:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Late date of Month..
- Replies: 5
- Views: 1525
Try
Code: Select all
DateFromDaysSince( -1 ,StringToDate('1993/02/01','%yyyy/%mm/%dd')) - Thu Oct 18, 2007 1:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Equivalent of system variable @INROWNUM
- Replies: 2
- Views: 917
- Thu Oct 18, 2007 1:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Requirements failure: null string argument.
- Replies: 7
- Views: 1980