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
how to compare two datasets without using superce because output is limited to 133 bytes
Is there any command to check wether the ps file is in sorted order?
what is the compile process of cobol program expalin with code
What is the purpose of dd * statement in jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
What is the difference between the positional and keyword parameters? Give examples.
Is it possible to left uncode disp?
What is the difference between run mode and addressing mode?
whats the diff bw the evaluate also and and?
what happens in execution stage in job processing?
how to do automated restart when a job abends?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
in ways data can be passed to a COBOL program from JCL?
What do you know about jcl?
What is the function of //jcllib statement?