How do you restart a step in JCL?

Answer Posted / izwarya

//JOBNAME JOB ACCT,RESTART=PROCA.STEP2
//PROCA EXEC PROCA

PROCA:

//PROCA PROC

//STEP1 EXEC ...
//STEP2 EXEC ...
//STEP3 EXEC ...

The above program would restart the job from STEP2.

Is This Answer Correct ?    46 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is NOTCAT ?

733


Differentiate between the joblib and the steplib statements?

851


Name a few IBM utility programs, and explain its function.

4424


Differentiate between addressing mode and run mode.

607


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

789






When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

920


Explain the hierarchy levels in jcl?

1111


How jcl work to handle various input output file operations?

652


Is acct parameter mandatory?

755


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1576


whats the diff bw the evaluate also and and?

1842


Where can program checkpoints be stored for use in a restart?

836


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

853


For what purpose steplib and joblib are used ?

679


How does the jcl specify the job to os?

680