Suppose there are 10 steps in a PROC, I want to execute
only step5. How do you give the condition in the JCL that
calls this PROC?
Answer Posted / siri
using restart parameter.....
//jobname job ,,,restart=proc.step5.....
and next given cond=(00,le) in step6 to step10..
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How does the jcl specify the job to os?
How is the record format of an output dataset specified?
What is notcat 2 - gs?
Explain the function of the steplib dd statement?
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?
what is a jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
how do you access an uncataloged dataset in a jcl?
How does jcl specify the job to the operating system?
Explain the function of dd disp parameter?
Explain the function of dd name parameter with a 2 part structure; audit.report?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
How to override loadlib?
For what purpose steplib and joblib are used ?
Is there any command to check wether the ps file is in sorted order?