Search found 53125 matches
- Fri Dec 12, 2008 3:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Control Error
- Replies: 11
- Views: 2633
- Fri Dec 12, 2008 3:46 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: String Handling
- Replies: 17
- Views: 3912
- Thu Dec 11, 2008 11:16 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to use Xml Input in parallel job..
- Replies: 1
- Views: 845
Welcome aboard.
Search is your friend.
There are several solutions. Most common seems to be the External Source stage.
Search is your friend.
There are several solutions. Most common seems to be the External Source stage.
- Thu Dec 11, 2008 11:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Control Error
- Replies: 11
- Views: 2633
- Thu Dec 11, 2008 11:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: List of all Px Stages
- Replies: 8
- Views: 2285
- Thu Dec 11, 2008 5:54 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to capture performance statistics of a job
- Replies: 7
- Views: 2381
- Thu Dec 11, 2008 4:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_ipcgetnext() - timeout waiting for mutex
- Replies: 9
- Views: 5681
- Thu Dec 11, 2008 2:27 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job monitor does not show multiply
- Replies: 6
- Views: 1741
- Thu Dec 11, 2008 2:25 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Control Error
- Replies: 11
- Views: 2633
- Thu Dec 11, 2008 2:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: List of all Px Stages
- Replies: 8
- Views: 2285
Code: Select all
SELECT @ID FROM DS_STAGETYPES WHERE @ID NOT LIKE '\\%';- Thu Dec 11, 2008 2:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Start a multiple instance job N times simultaneously
- Replies: 4
- Views: 1126
You could make a copy of UtilityRunJob and modify it so that it does not wait for the job to finish. Of course, you then relinquish control, and can not readily throttle demand on the server. Multiple, simultaneous execution of multi-instance parallel jobs, eh?? Of course, everyone knows that a Data...
- Thu Dec 11, 2008 2:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TCL Commands
- Replies: 1
- Views: 1866
DataStage SQL requires the terminating semi-colon.
Also you must be working in the project directory.
Also you must be working in the project directory.
Code: Select all
cd $projectdir
%DSHOME%\bin\dssh "SELECT * FROM DS_JOBS;" > file4.txt- Thu Dec 11, 2008 2:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ds_ipcgetnext() - timeout waiting for mutex
- Replies: 9
- Views: 5681
- Thu Dec 11, 2008 2:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Need help
- Replies: 3
- Views: 1388
- Thu Dec 11, 2008 2:09 pm
- Forum: General
- Topic: Convert Function - Mulitple Characters as a set for replace
- Replies: 7
- Views: 2463