Search found 53125 matches
- Wed Jun 30, 2004 3:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: writing my first PX job
- Replies: 6
- Views: 2338
The biggest difference for you will be getting your head around the fact that hashed files play no part in reference lookups in parallel jobs. Instead, you have a choice of three stage types (Lookup, Join and Merge) depending on exactly what you need to do; each refers to an in-memory dataset when i...
- Wed Jun 30, 2004 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Sequence Compilation Error
- Replies: 11
- Views: 5029
- Wed Jun 30, 2004 2:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Abort job when a Routine of the type Transform Function fail
- Replies: 5
- Views: 1449
If you are in a before/after subroutine, the "recommended" way to stop the job is to set the ErrorCode argument to a value other than zero. This has the effect of stopping the job when the subroutine returns. While DSLogFatal can be invoked from either a before/after subroutine or a transform functi...
- Wed Jun 30, 2004 2:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sending Server file to Mainframe
- Replies: 2
- Views: 1244
- Wed Jun 30, 2004 2:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Specify columns in Pivot Stage
- Replies: 3
- Views: 1742
- Wed Jun 30, 2004 2:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with folder stage?
- Replies: 14
- Views: 4177
- Wed Jun 30, 2004 2:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pipeline Parallelism
- Replies: 4
- Views: 2979
A simple explanation of pipeline parallelism is the ability for a downstream stage to begin processing a row as soon as an upstream stage has finished processing that row (rather than processing one row completely through the job before beginning the next row). Pipeline parallelism is managed in par...
- Tue Jun 29, 2004 10:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with folder stage?
- Replies: 14
- Views: 4177
- Tue Jun 29, 2004 7:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Failure- unknown reason
- Replies: 2
- Views: 1137
- Tue Jun 29, 2004 4:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Adding to the JOB Template?
- Replies: 8
- Views: 2611
You can (at version 7.x) create a job template from this job. Unfortunately, the job template is on your client machine, so you would need some means to propagate it to the machines of other developers. Since it's a text file, this isn't difficult. Then you need some mechanism to have the developers...
- Tue Jun 29, 2004 4:21 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: inserting or deleting
- Replies: 2
- Views: 967
- Tue Jun 29, 2004 4:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can a user-defined query looks up another user-defined query
- Replies: 12
- Views: 3342
That they can't be found on the reference link must be detected in your Transformer stage, probably in a constraint expression on an output link. You have two choices. You can test the value of the link variable oletgtPostalCdIn.NOTFOUND You can test whether oletgtPostalCdIn.postalcd_wid is null (me...
- Tue Jun 29, 2004 4:08 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Support for DB2 DATALINK data type ?
- Replies: 1
- Views: 718
- Tue Jun 29, 2004 4:07 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delete all HASH files
- Replies: 4
- Views: 1558
There is no mechanism for deleting hashed file stages , which is a question you asked. Just think of the implications if there were: mainly incomplete job designs. Search the Forum for advice on deleting hashed files; there are three methods, and the right method to use depends upon how the hashed f...
- Tue Jun 29, 2004 4:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: oasasv.exe process
- Replies: 3
- Views: 3247