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


Please Help Members By Posting Answers For Below Questions

What is the format of comment statement?

879


How does jcl act on code(if you take a cobol program)?

938


how you can direct the data to spool using SYSOUT option?

1131


Is it possible to code instream data in a PROC?

953


what is JCL?

902






I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2293


What is use of restart and how to use it?

996


What is the use of disp parameter?

817


What is the difference between run mode and addressing mode?

828


what are the statements that are not valid to be included in an include statement?

1058


Is there any command to check wether the ps file is in sorted order?

2601


Explain how can a jobs execution priority be modified?

940


what is the purpose of coding notify parameter in job statement?

866


Can we use DISP=SHR in output file in JCL

1160


how you will the direct the data to spool using sysout option?

2082