DBA > Job Interview Questions > JOB CONTROLL LANGUAGE (JCL) Interview Questions

A PROC has five steps. STEP 3 has a condition co

More DBA job interview questions and answers at http://dba.fyicenter.com/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 Job Interview Questions