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
how you will the direct the data to spool using sysout option?
Is it possible to left uncode disp? If yes, how?
what is use of dsn parameter in dd statement?
What parameter directs the output of the job log dataset?
what is the resolution for sb37 error
Is automatic restart possible in jcl? If yes, how?
What are steplib and joblib?
For what purpose steplib and joblib are used ?
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?
Explain dd statement in jcl?
Give the syntax of job specifying jcl statement.
Explain the function of //jcllib statement?
Name a few IBM utility programs, and explain its function.
what JCL Procedures?
Is their any limit for data sets?