Search found 53125 matches
- Tue Nov 13, 2007 4:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: decimal datatype handling in modify stage
- Replies: 5
- Views: 2307
- Tue Nov 13, 2007 4:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: UDB API stage hang on the job
- Replies: 5
- Views: 1337
By "open" I assume you mean "drag onto the design area". Have you tried dragging one from the Stage Types branch of the Repository toolbar? Or do you mean open the properties of one that is already in a job design? Is your client on Windows XP sp2 and, if so, do you have the xpsp2 client patch insta...
- Tue Nov 13, 2007 4:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Runtime Error
- Replies: 4
- Views: 1694
- Tue Nov 13, 2007 4:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to install Datastage Command Stage Plugin
- Replies: 4
- Views: 2629
- Tue Nov 13, 2007 4:47 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: EtlStats
- Replies: 7
- Views: 4578
Search
I know for a fact that "DSU.ExecDOS not cataloged" has been answered in the past.
I know for a fact that "DSU.ExecDOS not cataloged" has been answered in the past.
- Tue Nov 13, 2007 4:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: An index is out of bounds
- Replies: 8
- Views: 2263
- Tue Nov 13, 2007 4:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FLTABSZ setting has any relation with DSJE_TIMEOUT?
- Replies: 4
- Views: 2713
- Tue Nov 13, 2007 4:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: decimal datatype handling in modify stage
- Replies: 5
- Views: 2307
- Tue Nov 13, 2007 4:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: loading the data into Teradata View using Enterprise Stage
- Replies: 5
- Views: 2327
- Tue Nov 13, 2007 4:37 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Failed running a 2-node job on distinct machines
- Replies: 7
- Views: 2934
- Tue Nov 13, 2007 4:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: RT_CONFIG1000
- Replies: 12
- Views: 3416
- Tue Nov 13, 2007 4:33 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Aggregator - grouping based on all columns
- Replies: 2
- Views: 907
- Tue Nov 13, 2007 4:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error with Dataset stage while using instances as target
- Replies: 5
- Views: 2101
- Tue Nov 13, 2007 4:26 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Abort the job from "After job subroutine"
- Replies: 21
- Views: 10455
- Tue Nov 13, 2007 4:23 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Retrieve inforformation in Dataset Stage
- Replies: 1
- Views: 1124
DSGetJobInfo(hJob,DSJ.STAGELIST) will return a list of active stages. You may prefer DSJ.JOBFULLSTAGELIST to get all stage names. From that you will need to use DSGetStageInfo() to retrieve a list of link names, and from each link DSGetLinkInfo() can return information about the link. However, there...