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 / chandrababu
JCL got Abended at 4th step, You need to restart from STEP4
In STEP4 use GDG1(+1),DISP=NEW
In STEP5 use GDG1(+1),Disp=SHR.
Hope this make correct .
| Is This Answer Correct ? | 2 Yes | 24 No |
Post New Answer View All Answers
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
Explain the hierarchy levels in jcl?
What is Cataloged Procedures?
How to pass the parameter in parm using linkage section ? (syntax)?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
How gdg are concatenated?
which parameter is use to declare the name of dataset in dd statement?
How can a fb file convert to vb file using sort program?
how can you check if a file is empty using jcl?
what are JCLLIB and STEPLIB in JCL?
What is the purpose of dd?
what is the purpose of coding notify parameter in job statement?
Explain dfsort utility?
Explain in DD statement what is the use of DCB parameter?