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 / satheesh
JCL got Abended at 4th step, You need to restart from STEP4
In STEP4 use GDG1(+1),
In STEP5 use GDG1(-2).
Hope this make sense.
| Is This Answer Correct ? | 56 Yes | 3 No |
Post New Answer View All Answers
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
How to pass data to a program that is coded in an exec statement?
Can we call instream to catalog and catalog to instream?
what is DD statement is used in JCL?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What is the purpose of disp parameter?
How do you overcome this limitation ?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Is it possible to left uncode disp? If yes, how?
Explain the function of the dd dcb keyword?
Explain the function of job statement in jcl?
How does jcl act on code(if you take a cobol program)?
When space is allocated for an output dataset, what units can be used?
write a jcl to execute a job by 7:00 am on jan 20,1986?
whats the diff bw the evaluate also and and?