Conditional execution
While the COND parameter for EXEC statement and JOB statements can be useful, they can also be confusing.
This is why the IF THEN ELSE ENDIF structure has been introduced and recommended by IBM.
// IF (RC=0) THEN
//STEPNAME EXEC PGM=SOMEPROGRAM
// ENDIF
This notation should be more familiar to developers and should be easier to use