Like this for example.
Search found 6797 matches
- Thu Jan 18, 2007 4:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Counts and sums in Datastage with out 'Aggregator' stage
- Replies: 21
- Views: 24520
- Thu Jan 18, 2007 4:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sending the Stop message to DataStage from Unix..
- Replies: 17
- Views: 2713
- Thu Jan 18, 2007 3:58 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Analyzing parameters
- Replies: 12
- Views: 2428
- Thu Jan 18, 2007 3:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to find space used by ETL?
- Replies: 5
- Views: 1289
- Thu Jan 18, 2007 3:36 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sending the Stop message to DataStage from Unix..
- Replies: 17
- Views: 2713
- Thu Jan 18, 2007 3:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Convert datetime to internal format
- Replies: 6
- Views: 1328
- Thu Jan 18, 2007 3:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Invocation ID through dsjob
- Replies: 6
- Views: 5526
I know this is completely off topic but why are you doing all that cutting and pasting to get the job status. Use the -jobstatus option along with -run. The return code will be the jobstatus.
Code: Select all
dsjob -run -jobstatus <Project> <Job>
STATUS=$?- Thu Jan 18, 2007 2:34 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help with change in Data type
- Replies: 10
- Views: 3287
In server it does not matter. In px it does. If you have any background in programming, especially c, you will know that characters are not the same as integers. They need typecasting to be changed from one form to another. Similarly with PX, as it is strongly typed like C, you need the conversions....
- Thu Jan 18, 2007 2:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Invocation ID through dsjob
- Replies: 6
- Views: 5526
vsi wrote:a) Should I check with invocationidCode: Select all
JOB_STATUS=dsjob -jobinfo $PROJECT $JOBNAME.INVOCATION_ID(1...4) | head -1 | cut -d"(" -f2 | cut -d")" -f1`
The way mentioned above.
- Thu Jan 18, 2007 2:22 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Help with change in Data type
- Replies: 10
- Views: 3287
- Thu Jan 18, 2007 2:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Splite String in PX
- Replies: 8
- Views: 1380
- Thu Jan 18, 2007 1:51 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Invocation ID through dsjob
- Replies: 6
- Views: 5526
Yes. By suffixing jobname with .invocation id. i.e;
Code: Select all
dsjob -run PROJECT JOBNAME.INVOCATION_ID
- Thu Jan 18, 2007 1:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Auto Archving of Logs
- Replies: 7
- Views: 1396
- Thu Jan 18, 2007 1:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Splite String in PX
- Replies: 8
- Views: 1380
- Thu Jan 18, 2007 1:15 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to Splite String in PX
- Replies: 8
- Views: 1380