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 / virender
GDS being catalogued or not depends upon the disposition
(DISP) specified upon the abnormal termination of the job.
If the data sets are catalogued, you need to use GDG(-3)in
the rerun in step 5. Otherwise you can simply restart from
top.
| Is This Answer Correct ? | 11 Yes | 4 No |
Post New Answer View All Answers
What is NOTCAT ?
How to pass the parameter in parm using linkage section ? (syntax)?
List the different jcl statements that are not permitted in the procedures?
How can an in-stream dataset be terminated?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
When output dataset space is required, what quantity categories are used?
What is Cataloged Procedures?
What are the jcl procedures?
Is automatic restart possible in jcl? If yes, how?
Explain in DD statement what is the use of DCB parameter?
Describe the various parameters utilized in the creation of a gdg?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What parameter directs the output of the job log dataset?