IF THEN ELSE ENDIF construct use in JCL
IF THEN ELSE ENDIF construct is used to conditionally execute job steps within a job. A job step execution can be controlled based on the return code of the previous step(s) using the COND parameter and IF-THEN-ELSE-ENDIF construct. The IF statement is always followed by a relational expression and a THEN clause. Optionally, an ELSE […]
IF THEN ELSE ENDIF construct use in JCL Read More »