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 |
How to pass the temp dataset form one JOB step to another?
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?
Max generations in GDG??
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
What is the motivation behind coding class parameter in job statement?
what is alternate index?
Must tape dataset definitions include vol=ser specifications?
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/
which utility is used a dummy utility?
Is Default for MSGCLASS = (1,1) ?