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



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

Answer / Rahul Kumar Shivhare

Program checkpoints, which are used to restart a job from a specific point, can be stored on JCL data sets (such as sequential or membered datasets) or in the system-provided checkpoint library.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

How to pass the temp dataset form one JOB step to another?

6 Answers   IBM,


i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?

2 Answers   IBM,


Max generations in GDG??

15 Answers   Xansa,


Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?

3 Answers  


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

1 Answers  


1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?

11 Answers  


What is the motivation behind coding class parameter in job statement?

1 Answers  


what is alternate index?

1 Answers  


Must tape dataset definitions include vol=ser specifications?

1 Answers  


If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/

10 Answers   IBM,


which utility is used a dummy utility?

1 Answers   IBM,


Is Default for MSGCLASS = (1,1) ?

2 Answers   IBM,


Categories