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 are hierarchy levels in jcl?
How can values be passed from the job stream to an executable program?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is the function of the dd dcb keyword?
Give the syntax of job specifying jcl statement.
Explain how can a jobs execution priority be modified?
Explain the function of dd name parameter with a 2 part structure; audit.report?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Mention the types of job control statements?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How do you access an uncatalogued dataset in a jcl?
What is use of restart and how to use it?
What is the significance of addrspc parameter in the exec statement?
Is automatic restart possible in jcl? If yes, how?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?