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
Explain the function of //jcllib statement?
How can the attributes of one sms dataset be copied to another dataset?
Which statement is used to identify the private libraries in job?
how would you create a temporary dataset? And where will you use them?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Suppose I have five jobs to do. But I want to hold one?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Is their any limit for data sets?
Can we use DISP=SHR in output file in JCL
what JCL Procedures?
What is multithreading in jcl?
What is the use of disp parameter?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What are the difference between jcl and jes?