What is GDG and what is the maximum limit of versions that
can be created?
Answer Posted / sukumar
The generation and version numbers are in the form GxxxxVyy,
where xxxx is an unsigned 4-digit decimal generation number
(0001 through 9999) and yy is an unsigned 2-digit decimal
version number (00 through 99).
For example:
A.B.C.G0001V00 is generation data set 1, version 0, in
generation data group A.B.C.
A.B.C.G0009V01 is generation data set 9, version 1, in
generation data group A.B.C.
The number of generations and versions is limited by the
number of digits in the absolute generation name; that is,
there can be 9,999 generations. Each generation can have 100
versions.
| Is This Answer Correct ? | 8 Yes | 40 No |
Post New Answer View All Answers
what is DD statement is used in JCL?
Explain about LMQUERY�give a dialog information about a data set
How would you understand error(execution phase)?
What is the function of the dd mgmtclas keyword in sms datasets?
what is DSN in JCL and what are the parameters to declare the DSN?
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
Explain dd statement in jcl?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
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 do you access an uncataloged dataset in a jcl?
How can the attributes of one sms dataset be copied to another dataset?
what is the compile process of cobol program expalin with code
write a jcl to execute a job by 7:00 am on jan 20,1986?
What is the significance of addrspc parameter in exec statement?
how do you code a null statement?