Hello,
I am using following condition codes in each job COND=(0,NE,IMF1).
My goal is to stop job at an abend step.
LISTCAT EXEC PGM=IDCAMS,COND=(0,NE,IMF1)
SORT EXEC PGM=SORT,COND=(0,NE,LISTCAT)
STEP01 EXEC PGM=IDCAMS,COND=(0,NE,SORT)
But I am getting following message for any wrong change
COND Codes where not working in your Job.
000C,00000000,NONZERO,D120229,T0856,IDCAMS
#(001) PGM(IDCAMS ) ELAPSED(00:00:00) COMP(00012)
0000,00000000,FLUSHED,D120229,T0856,IDCAMS
#(002) PGM(IDCAMS ) NOT EXECUTED
#(003) PGM(SORT ) ELAPSED(00:00:01) COMP(00000)
000C,00000000,NONZERO,D120229,T0856,IDCAMS
#(004) PGM(IDCAMS ) ELAPSED(00:00:01) COMP(00012)
0000,00000000,FLUSHED,D120229,T0856,ITDWTOR
#(005) PGM(ITDWTOR ) NOT EXECUTED
) ELAPSED(00:00:02) TURNAROUND(00:00:02)
Any help will be appreciated.
thx