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 / satheesh

JCL got Abended at 4th step, You need to restart from STEP4
In STEP4 use GDG1(+1),
In STEP5 use GDG1(-2).
Hope this make sense.

Is This Answer Correct ?    56 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the parameters that are used in creating a gdg?

739


in ways data can be passed to a COBOL program from JCL?

665


hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

1663


Explain how can the attributes of one sms dataset be copied to another dataset?

703


what is the JCL statement consists of?

697






Which statement is used to identify the private libraries in job?

674


Explain dfsort utility?

671


Explain the function of the dd dcb keyword?

704


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

1763


What is the function of job statement in jcl?

636


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

1613


Differentiate between the joblib and the steplib statements?

856


Is condition checking possible in jcl?

719


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

1969


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1582