My JCL have five steps & I created new versions of GDG in
first step through fourth step & fifth step I was refered
Step one GDG version. My JCL got abend at 4th step and how
I can restart my JCL Please let me know the answers.
//STEP1 EXEC GDG1(+1) DISP=(NEW)
//STEP2 EXEC GDG1(+2) DISP=(NEW)
//STEP3 EXEC GDG1(+3) DISP=(NEW)
//STEP4 EXEC GDG1(+4) DISP=(NEW)
//STEP5 EXEC GDG1(+1) DISP=(OLD)
Answer Posted / t srinivasa chary
we need to restart from step 4
In step4 use GDG(+1)
In step5 use GDG(-2)
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Explain how can values be passed from the job stream to an executable program?
Explain the function of //cntl statement?
What is the significance of addrspc parameter in exec statement?
what happens in execution stage in job processing?
Is automatic restart possible in jcl?
Which dd parameters are required?
What are the parameter we cannot use in procedure?
In sms datasets, what is the function of the dd mgmtclas keyword?
What is the format of comment statement?
Which statement is used to identify the private libraries in job?
what is DSN parameter and DISP parameter is used for?
How does jcl act on a cobol code?
Where can program checkpoints be stored for use in a restart?
How can a stopped job be started again?
What does a disposition of (MOD,DELETE,DELETE) mean ?