1.

A Proc Has Five Steps. Step 3 Has A Condition Code. How Can You Override/nullify This Condition Code?

Answer»

PROVIDE the override on the EXEC STMT in the JCL as FOLLOWS:
//STEP001 EXEC procname,COND.stepname=value
All parameters on an EXEC stmt in the proc such as COND, PARM have to be overridden like this.

Provide the override on the EXEC stmt in the JCL as follows:
//STEP001 EXEC procname,COND.stepname=value
All parameters on an EXEC stmt in the proc such as COND, PARM have to be overridden like this.



Discussion

No Comment Found