i have a jcl calling proc which has 10 steps, i want to
execute from step5 to step10, where can i code RESTART and
COND parameter?
Answer Posted / raghu
restart= stepname.proc
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What do you understand by the term job time – out and how can you overcome that?
what operation is performed by job statement?
what is DSN in JCL and what are the parameters to declare the DSN?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
Can we use DISP=SHR in output file in JCL
Define concatenating?
What is the difference between the positional and keyword parameters? Give examples.
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Explain the function of the steplib dd statement?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
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 the JCL statement consists of?
Brief description of inline procedure of jcl.