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

Sathish ur answer is correct.

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can the disposition of sysout datasets be set for an entire jobstream?

834


Explain how can values be passed from the job stream to an executable program?

610


What is the function of the dd avgrec keyword in sms datasets?

833


Define concatenating?

663


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

600






We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1761


How to pass the parameter in parm using linkage section ? (syntax)?

644


Why block size is multiple of lrecl in jcl?

908


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2214


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

577


how do you access an uncataloged dataset in a jcl?

827


Can I share my data with other jobs? How?

663


What is Cataloged Procedures?

709


Explain in DD statement what is the use of DCB parameter?

650


How to override loadlib?

1415