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 happens in conversion stage in job processing?
How can unused space allocation be returned to the system when a dataset is closed?
what sort card you will use to copy the data from one dataset to another dataset?
Differentiate between addressing mode and run mode.
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
List in order the hierarchical levels of jcl?
Can we use DISP=SHR in output file in JCL
What are steplib and joblib? What for they are used?
what is use of space parameter in dd statement?
What is the purpose of disp parameter?
Explain how can an in-stream dataset be terminated?
Brief description of inline procedure of jcl.
what is a jcl?
Name the statement which can be used to send data to another mvs jes3 node?
How can a jobs execution priority be modified?