Search found 47 matches

by Deepakinstyle
Wed Jul 04, 2007 12:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating a text file through Job control code
Replies: 3
Views: 1049

Write a routine which will write these details into your error file and pass the failed job name as parameter. In the routine fetch the job information with DSGetJobInfo. DSJ_JOBSTATUS and DSJ_JOBELAPSED will give you status and elapsed time. All the jobs which fails can call the same routine for e...
by Deepakinstyle
Tue Jul 03, 2007 4:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating a text file through Job control code
Replies: 3
Views: 1049

Creating a text file through Job control code

Hi all, I have 4 jobs,which should run after one another in the sequence. i decided to achieve it through job control. Now my requirement is like: when run the job control job.. if the first job in the job control Status ='Run failed' or Status ='Crashed' then i need to create sequential file with t...