Examples of COND parameters that force step execution

//S1   EXEC PGM=A
.
.
.
//CLEANUP EXEC PGM=FIX,COND=(12,NE,S1)    

In this example, you force step CLEANUP to execute if step S1 executes but issues a return code of 12 to indicate that data sets might contain invalid records. The program FIX would clean up the invalid records.