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 / atul
Sorry to confuse in the Ques. I just thought we r using GDG in step4 as OLD so i suggested to be use current GDG(+0) but i came to know that it creating the new one so we use GDG(+1) in step 4 not GDG(+0).
Corrected Ans 10 as below
When dataset doesn't get created in step 4 in case of
(DISP=NEW,CATLG,DELETE)
You need to restart from STEP4
In STEP4 use GDG1(+1),
In STEP5 use GDG1(-2).
Sorry for in convenience. :)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What parameter directs the output of the job log dataset?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Explain how can an in-stream dataset be terminated?
Explain the function of job statement in jcl?
Differentiate between the joblib and the steplib statements?
Differentiate between addressing mode and run mode.
Explain how can return codes be tested before execution of a job step?
What is multithreading in jcl?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Are there any set of rules for the names of the steps used in a job?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Describe the various parameters utilized in the creation of a gdg?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what sort card you will use to copy the data from one dataset to another dataset?