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 / chandrababu
JCL got Abended at 4th step, You need to restart from STEP4
In STEP4 use GDG1(+1),DISP=NEW
In STEP5 use GDG1(+1),Disp=SHR.
Hope this make correct .
| Is This Answer Correct ? | 2 Yes | 24 No |
Post New Answer View All Answers
what is DSN parameter and DISP parameter is used for?
I need exexution process for JCL programs
What is NOTCAT ?
What is the function of the steplib dd statement?
Which dd parameters are required?
What dd statement is used to supply the name of a dataset?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
which utility is used to run a cobol-db2 program?
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 a jcl?
Brief description of inline procedure of jcl.
List the different components of jcl statement?
which parameter is used to check the syntax of a jcl without executing it?
how would you create a temporary dataset? And where will you use them?
How does jcl act on a cobol code?