Search found 53125 matches
- Thu Dec 30, 2010 3:41 pm
- Forum: General
- Topic: dsjob command help
- Replies: 14
- Views: 5193
- Thu Dec 30, 2010 3:36 pm
- Forum: General
- Topic: How to find the jobs location in Unix sever
- Replies: 12
- Views: 3849
You don't need jobid - that's just there in case you want to establish an alias for the job name. Simply use the job name. Make sure, before attempting to run a job, that it is in a runnable state - that is, compiled, not already running and not aborted/crashed. You can determine this with the -jobi...
- Wed Dec 29, 2010 10:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Query on SAN filesystem
- Replies: 4
- Views: 2613
- Wed Dec 29, 2010 4:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Query on SAN filesystem
- Replies: 4
- Views: 2613
- Wed Dec 29, 2010 4:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ILOG ,DATASTAGE integration
- Replies: 3
- Views: 1951
- Wed Dec 29, 2010 4:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to find if job is IO limited
- Replies: 4
- Views: 2029
- Wed Dec 29, 2010 4:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difference in Sequential File stage between DS 7.5 and 8.1
- Replies: 1
- Views: 1308
- Wed Dec 29, 2010 3:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Partition method behind Auto Partition.
- Replies: 3
- Views: 1160
- Wed Dec 29, 2010 3:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Alpha Num and Alnum on empty string
- Replies: 4
- Views: 1725
- Wed Dec 29, 2010 3:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: The set of available nodes for op1 is empty
- Replies: 7
- Views: 5658
- Wed Dec 29, 2010 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: surrogate key issue
- Replies: 4
- Views: 1757
A surrogate key provides uniqueness. What you are requiring is not uniqueness. Therefore the Surrogate Key Generator stage is not the right stage to use. The approach suggested by Manoj will get you close, though generating the 10000 values in parallel on each node. A better solution will involve an...
- Wed Dec 29, 2010 3:48 pm
- Forum: General
- Topic: configuring
- Replies: 7
- Views: 2136
- Wed Dec 29, 2010 3:46 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.BCIPut call to SQLExecute failed
- Replies: 2
- Views: 1796
- Wed Dec 29, 2010 3:45 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: call to function SQLConnect failed.
- Replies: 2
- Views: 3709
- Wed Dec 29, 2010 3:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To Fetch Stage Variable Output
- Replies: 2
- Views: 1413
What you request is impossible as a direct pass. Stage variables occur wholly within Transformer stages in parallel or server jobs. User Variables activities occur in sequence jobs. The one can never occur in the other. The most direct would be to load the job's user status area with the value of th...