Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below, 
What will be the output file name in each step ? 

PROC starts
     Step 1 has ID.GDG.FILE(+1)
     Step2 has  ID.GDG.FILE(+4)
PEND

Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ? 
PROC starts
     Step 1 has ID.GDG.FILE(+1)
PEND

PROC1 starts
     Step2 has  ID.GDG.FILE(+4)
PEND

Answer Posted / pankaj

Step 1 ID.GDG.FILE(-3)
Step2 ID.GDG.FILE(0)

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is JCL?

698


What is notcat 2 - gs?

939


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

927


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

816


Explain the function of the steplib dd statement?

646






What is the function of a dd statement?

709


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

786


What is the use of symbol // in jcl?

927


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7601


what JCL Procedures?

701


Explain about LMQUERY�give a dialog information about a data set

904


Explain the purpose of dd * statement in jcl?

643


Is their any set of rules for dd? Explain.

662


What is Cataloged Procedures?

713


What statement can be used to send data to another mvs jes3 node?

826