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
Is it possible to left uncode disp? If yes, how?
Explain the function of job statement in jcl?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
what is use of disp parameter in dd statement?
In job processing, what happens in conversion stage?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
how you can access an uncataloged dataset in a JCL?
how to run batch program without jcl?
Explain in DD statement what is the use of DCB parameter?
what is use of dcb parameter in dd statement?
What is the purpose of dd dummy statement?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What is concatenating?
Which statement is used to identify the private libraries in job?