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
Explain about LMQUERY�give a dialog information about a data set
Explain how can return codes be tested before execution of a job step?
Is condition checking possible in jcl? If yes, how?
Explain the function of job statement in jcl?
which parameter is use to declare the name of dataset in dd statement?
Brief description of inline procedure of jcl.
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What is condition checking in jcl? Is this possible?
Is condition checking possible in jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
How can a fb file convert to vb file using sort program?
What is the significance of addrspc parameter in the exec statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
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 ?