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
How can unused space allocation be returned to the system when a dataset is closed?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How to pass the parameter in parm using linkage section ? (syntax)?
when does a dataset go uncataloged?
what is use of space parameter in dd statement?
What are the difference between jcl and jes?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How can values be passed from the job stream to an executable program?
How does the jcl specify the job to os?
Explain the job statement in jcl?
Explain the purpose of dd * statement in jcl?
What is the function of the dd mgmtclas keyword in sms datasets?
what JCL Procedures?
How does jcl specify the job to the operating system?