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

What will happen if you attempt to restart a job

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

What will happen if you attempt to restart a job in the middle of a JCL

Q: What will happen if you attempt to restart a job in the middle of a JCL // IF ... // ENDIF?

Answer
Job will fall through to the ENDIF (not executing any steps), the resume execution with the first step AFTER the // ENDIF.

(Continued on next question...)

Other Job Interview Questions