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 / rajeswari
ID.GDG.FILE.G0005V00
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
How to do automated restart when a job abend?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How to submit jcl through a cobol program?
Explain about LMQUERY�give a dialog information about a data set
Explain the function of job statement in jcl?
how can the same proc be re-used and called by many jobs?
Which dd parameters are required?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
How to override loadlib?
How dummy is used in jcl?
Where can program checkpoints be stored for use in a restart?
A dd statement consists of 4 fields. Name them?
Explain the job statement in jcl?
What dd statement is used to supply the name of a dataset?
Differentiate between the joblib and the steplib statements?