|
What will happen if you attempt to restart a job in the middle of a JCL
JOB CONTROLL LANGUAGE (JCL) 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 Interview Questions
|