Answer Posted / devang
The restart parameter is usually referred as RD(restart
definition) in JCL.
I can be coded on any job steps with conditions like
RD=RNC(restart with no check point)
RD=R(restart)
RD=NC (no checkpoint)etc
Stratigically placing of RD parameters is a task which
requires extensive analysis of the JCL flow.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain the function of the dd dcb keyword?
Explain the jcl exec statement?
What do you understand by the term job time – out and how can you overcome that?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How to pass the parameter in parm using linkage section ? (syntax)?
How would you understand error(execution phase)?
what is DSN in JCL and what are the parameters to declare the DSN?
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?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
what is the difference between JES3 and JES2?
what happens in execution stage in job processing?
When space is allocated for an output dataset, what units can be used?
What parameter directs the output of the job log dataset?
What is the difference between run mode and addressing mode?
Can we call instream to catalog and catalog to instream?