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 / khbnaidu
Sathish ur answer is correct.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is the use of symbol // in jcl?
what JCL Procedures?
How to override loadlib?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Explain about ISPF/TSO Commands
what is the use of IEBGENER utility?
In job processing, what happens in conversion stage?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is the function of //jcllib statement?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
What is job control language?
how do you access an uncataloged dataset in a jcl?
Name what parameter directs the output of the job log dataset?
What is concatenating?
Describe the various parameters utilized in the creation of a gdg?