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


Please Help Members By Posting Answers For Below Questions

What is the motivation behind coding class parameter in job statement?

692


What is the function of the dd mgmtclas keyword in sms datasets?

743


I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.

732


which parameter is use to declare the name of dataset in dd statement?

739


Is it possible to define dd statements as you want?

646






What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1591


What is the function of dd name parameter with a 2 part structure; audit.report?

706


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

862


what are JCLLIB and STEPLIB in JCL?

682


Explain how can a stopped job be started again?

640


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY

862


what is a jcl?

693


How gdg are concatenated?

672


how you can access an uncataloged dataset in a JCL?

656


Is their any set of rules for dd? Explain.

664