What will happen if you attempt to restart a job in the
middle of a JCL // IF .... // ENDIF?
Answer Posted / guest
Job will fall through to the ENDIF (not executing any
steps), then resume execution with the first step AFTER the
// ENDIF.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is the function of the dd dcb keyword?
which utility is used to run a cobol-db2 program?
How does jcl specify the job to the operating system?
how would you create a temporary dataset? And where will you use them?
how to do automated restart when a job abends?
What is the function of dd name parameter with a 2 part structure; audit.report?
What is the significance of addrspc parameter in exec statement?
Explain the function of //cntl statement?
How can return codes be tested before execution of a job step?
What dd statement is used to supply the name of a dataset?
Explain the function of job statement in jcl?
Explain how can a stopped job be started again?
How does jcl act on code(if you take a cobol program)?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
what is use of dsn parameter in dd statement?