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
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is concatenating?
Is condition checking possible in jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
what is SOC4 error?
What are the difference between jcl and jes?
How do you overcome this limitation ?
Can we use DISP=SHR in output file in JCL
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
whats the diff bw the evaluate also and and?
how you can access an uncataloged dataset in a JCL?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Is it possible to left uncode disp?
Explain how can values be passed from the job stream to an executable program?
which utility is used to sort a file in jcl?