superk Advanced
Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Wed Apr 20, 2005 9:35 am Post subject: |
|
|
The job as written is invalid. Presuming it is re-written thus:
Code: |
//JOB1 JOB (A123),NOTIFY=&SYSUID,COND=(8,LT)
//SEP1 EXEC PGM=...
//SEP2 EXEC PGM=ABC,COND=(4,GT,SEP1)
//SEP3 EXEC PGM=XYZ,...
|
then
- SEP2 will execute only if the Return-Code of SEP1 is 4 or higher.
- If the Return-Code of any job step is higher than 8, then the COND condition specified on the JOB card is matched and the entire rest of the job is flushed. |
|