Search found 53125 matches
- Mon Jan 23, 2006 4:09 am
- Forum: Data Quality Best Practices
- Topic: Transfering sources to a single file
- Replies: 9
- Views: 13992
Document all the possibilities, and the columns that need to be transferred in each case. The result should be a comprehensive target-from-source mapping document. The process of creating this document will clear your mind as to how to implement the ETL. I wasn't clear whether you have eleven source...
- Mon Jan 23, 2006 4:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: no of process ids
- Replies: 28
- Views: 7584
Only sometimes. If your design has two active stages directly linked (for instance two Transformer stages) they will be executed in one process. However, if you have inter-process row buffering enabled it will enforce execution of the adjacent active stages in separate processes. What you have calle...
- Mon Jan 23, 2006 3:58 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Random Link collector Error
- Replies: 15
- Views: 7729
- Mon Jan 23, 2006 3:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Learning routines
- Replies: 3
- Views: 1037
There is a module on routines in DataStage Essentials training class from IBM. Enrol soon. There also exists a class called Programming with DataStage BASIC but this is not regularly scheduled. Some vendors also offer custom training that includes a one-day introduction to writing DataStage server r...
- Mon Jan 23, 2006 3:47 am
- Forum: Data Quality Best Practices
- Topic: Transfering sources to a single file
- Replies: 9
- Views: 13992
- Mon Jan 23, 2006 3:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: maximum size of Sequential file that datastage can handle
- Replies: 1
- Views: 1543
- Mon Jan 23, 2006 3:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Flat File not opening in DataStage
- Replies: 6
- Views: 1357
- Sun Jan 22, 2006 11:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: no of process ids
- Replies: 28
- Views: 7584
DS.PLADMIN.CMD LIST PIDS Prepare_TCL_CLAIM_WCPAOP Cannot find any process numbers for stages in job Prepare_TCL_CLAIM_WCPAOP That was exactly the response I expected to get, since the job was not running at the time. That is, I did not get the same problem with the command that you did. I take it t...
- Sun Jan 22, 2006 11:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: sequencer
- Replies: 3
- Views: 1496
- Sun Jan 22, 2006 11:44 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: going to paticular line in the compilation error code
- Replies: 3
- Views: 1899
- Sun Jan 22, 2006 11:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Flat File not opening in DataStage
- Replies: 6
- Views: 1357
- Sun Jan 22, 2006 7:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: something overwriting $ORACLE_HOME in $SHLIB_PATH
- Replies: 7
- Views: 2081
- Sun Jan 22, 2006 1:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: functions for converting date and number
- Replies: 6
- Views: 1304
- Sun Jan 22, 2006 1:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: no of process ids
- Replies: 28
- Views: 7584
It's probably the syntax. Where did you get it from? Try a dot rather than a space between LIST and PIDS
Code: Select all
DS.PLADMIN.CMD LIST.PIDS TEST- Sun Jan 22, 2006 1:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how execute script from my basic routine
- Replies: 7
- Views: 1364