What is RESTART? How is it invoked?

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


Please Help Members By Posting Answers For Below Questions

List the various advantages of using jcl language?

854


What is the purpose of dd * statement in jcl?

814


Is their any set of rules for dd? Explain.

664


Which statement is used to identify the private libraries in job?

680


How can values be passed from the job stream to an executable program?

879






What is the significance of addrspc parameter in the exec statement?

624


which parameter is used to check the syntax of a jcl without executing it?

802


What are steplib and joblib? What for they are used?

697


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1804


Can we call instream to catalog and catalog to instream?

685


Can I share my data with other jobs? How?

672


Describe the various parameters utilized in the creation of a gdg?

687


how you can access an uncataloged dataset in a JCL?

656


How do you create a temporary dataset?

666


How jcl is used for testing batch programs?

723