Search found 53125 matches
- Fri Jan 04, 2008 3:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: SCD stage - Query regarding deletes
- Replies: 0
- Views: 827
- Fri Jan 04, 2008 3:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dynamically generation sequential file
- Replies: 14
- Views: 3992
- Fri Jan 04, 2008 3:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine in Job Sequence takes longer
- Replies: 11
- Views: 3063
So, some kind of test of the form
is desirable, where CurrentJobName is initialized to DSJobName (DataStage macro) or DSGetJobInfo(DSJ.ME, DSJ.JOBNAME).
Code: Select all
JobName <> CurrentJobNameis desirable, where CurrentJobName is initialized to DSJobName (DataStage macro) or DSGetJobInfo(DSJ.ME, DSJ.JOBNAME).
- Fri Jan 04, 2008 3:04 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ODBC stage problem
- Replies: 3
- Views: 4619
- Fri Jan 04, 2008 3:01 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to genarate keygenarate next value from the given format
- Replies: 5
- Views: 1403
- Fri Jan 04, 2008 2:55 pm
- Forum: General
- Topic: Regarding Array Size
- Replies: 9
- Views: 2584
- Fri Jan 04, 2008 4:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: No project found
- Replies: 11
- Views: 3083
- Fri Jan 04, 2008 4:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Close command in OCI Oracle
- Replies: 1
- Views: 886
- Fri Jan 04, 2008 4:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Validate VS Compile
- Replies: 5
- Views: 1374
Compiling a parallel job converts your design into an Orchestrate shell script that can be used as input when the job run request is made. Compiling in no sense executes the job. There are three execution modes: normal, validate and reset. A normal run is exactly what it sounds like. A reset is requ...
- Fri Jan 04, 2008 4:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Prcessing XML files
- Replies: 11
- Views: 4160
- Fri Jan 04, 2008 4:33 am
- Forum: General
- Topic: ORA-01652: abort message
- Replies: 3
- Views: 1179
- Fri Jan 04, 2008 12:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Update Sequence number as part of the job sequence
- Replies: 16
- Views: 4366
Not being the author, nor responsible for the author, I find no reason to test. If I believe an SDK routine is suitable for my purposes, I use it; if I believe it needs improvement, I create and use an improved version. I do believe that a "reset" routine falls into the category of needing to manage...
- Thu Jan 03, 2008 9:18 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: switch stage
- Replies: 4
- Views: 1144
"They" did a lot of work with Transformers for version 7.5 - they now generate code that's quite close to an operator. The incentive to remove them is not as great as it once was. There is no real alternative to taking the first character somewhere - the Switch stage does not have any computational ...
- Thu Jan 03, 2008 9:15 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Update Sequence number as part of the job sequence
- Replies: 16
- Views: 4366
- Thu Jan 03, 2008 6:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Update Sequence number as part of the job sequence
- Replies: 16
- Views: 4366
Big Statement
Everything in the SDK was put together in a hurry, and it shows.
Nearly every routine in the SDK can be improved.
Nearly every routine in the SDK can be improved.