STEP1 EXEC PGM=P1 STEP2 EXEC PGM=P2,COND=EVEN STEP3 EXEC PGM=P3,COND=((8,LE,STEP1),ONLY) If the condition code of the step1 is 4 and the step2 was abended then which statement is correct.
step1, step2 and step3 will execute
only step1 and step3 will execute
only step1 and step2 will execute
only step1 will execute