arvibala Beginner

Joined: 12 Feb 2008 Posts: 142 Topics: 67
|
Posted: Thu Aug 14, 2008 5:15 am Post subject: How Job flows with an INTRDR |
|
|
Hi,
If this is my Job flow. STEP1 executes and then STEP 2 triggers a JOB internally and then I have STEP3. If I execute this Job, will STEP3 executes only after successful execution of FILE.JOB? Pls help
//STEP1 EXEC PGM=A
.....
....
.....
//STEP2 EXEC PGM=IEBGENER
//SYSUT1 DD DSN=FILE.JOB,
// DISP=SHR
//SYSUT2 DD SYSOUT=(A,INTRDR),
...
...
//STEP3 EXEC PGM=B
....
...
... _________________ Arvind
"You can make a difference with your smile. Have that with you always" |
|