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 to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What dd statement is used to supply the name of a dataset?
What is the format of comment statement?
What are hierarchy levels in jcl?
Explain about ISPF/TSO Commands
How does the jcl specify the job to os?
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?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
How can a fb file convert to vb file using sort program?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
what happens in conversion stage in job processing?
how to compare two datasets without using superce because output is limited to 133 bytes
Brief description of inline procedure of jcl.
Differentiate between the joblib and the steplib statements?