|
A PROC has five steps. STEP 3 has a condition code. How can you override/nullify this condition code?
JOB CONTROLL LANGUAGE (JCL) Interview Questions
(Continued from previous question...)
A PROC has five steps. STEP 3 has a condition code. How can you override/nullify this condition code?
Provide the override on the EXEC statement in the JCL as followings:
//STEP001 EXEC procname, COND stepname = value
All parameter on an EXEC statement in the proc such as COND, PARM have to be overridden like this.
(Continued on next question...)
Other Interview Questions
|