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 / anoop
//jopbcard,restart=jobstep.procstep
in this case job is calling one proc, this proc has 10
steps. We want to restart job from 5th step of proc.
assuming job calls proc in step1. then restart should be :-
restart=step1.step5
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain how can the attributes of one sms dataset be copied to another dataset?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Is it possible to code instream data in a PROC?
Are there any set of rules for the names of the steps used in a job?
Is there any command to check wether the ps file is in sorted order?
how do you code a null statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Explain the job statement in jcl?
What is notcat 2 - gs?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Is their any set of rules for dd? Explain.
How can the attributes of one sms dataset be copied to another dataset?
what is DSN parameter and DISP parameter is used for?
Which dd parameters are required?
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?