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 / margaret
since GDG is not cataloged until the successful end of the
step, Your best bet is to use a referback to point to the
dataset in the subsequent step. This way you will get the
appropriate dataset prior to cataloging.
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
what happens in execution stage in job processing?
In sms datasets, what is the function of the dd avgrec keyword?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
What is condition checking in jcl? Is this possible?
how do you code a null statement?
What is the maximum length of a single line of jcl?
How jcl work to handle various input output file operations?
What do you know about jcl?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Explain about ISPF/TSO Commands
Suppose I have five jobs to do. But I want to hold one?
what sort card you will use to copy the data from one dataset to another dataset?
What is the purpose of disp parameter?
i want to store 20 digits . how will u do it in cobol ?
when does a dataset go uncataloged?