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 / t srinivasa chary
we need to restart from step 4
In step4 use GDG(+1)
In step5 use GDG(-2)
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the format of comment statement?
How does jcl act on code(if you take a cobol program)?
how you can direct the data to spool using SYSOUT option?
Is it possible to code instream data in a PROC?
what is JCL?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What is use of restart and how to use it?
What is the use of disp parameter?
What is the difference between run mode and addressing mode?
what are the statements that are not valid to be included in an include statement?
Is there any command to check wether the ps file is in sorted order?
Explain how can a jobs execution priority be modified?
what is the purpose of coding notify parameter in job statement?
Can we use DISP=SHR in output file in JCL
how you will the direct the data to spool using sysout option?