What is a GDG

Answer Posted / aannie

A generation data set is one of a collection of
successive, historically related, cataloged data sets,
known as a generation data group (GDG). Each data set
within a generation data group is called a generation data
set (GDS) or generation.
? Processing Generation Data Groups
? Absolute Generation and Version Numbers
? An absolute generation and version number is used
to identify a specific generation of a generation data
group.
? 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)
? Relative Generation Number
As an alternative to using absolute generation and
version numbers when cataloging or referring to a
generation, we can use a relative generation number.
For example, A.B.C(-1). A.B.C(+1), or A.B.C(0).

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how you will the direct the data to spool using sysout option?

1769


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

820


What parameters can be used to limit the number of records written to a sysout dataset?

756


what happens in conversion stage in job processing?

734


What is the function of the steplib dd statement?

746






The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

949


How does the jcl specify the job to os?

698


1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat

7093


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

651


How does jcl act on code(if you take a cobol program)?

713


Explain the function of job statement in jcl?

655


How can return codes be tested before execution of a job step?

929


Explain the purpose of the dd keylen parameter?

681


What is condition checking in jcl? Is this possible?

628


Can we call instream to catalog and catalog to instream?

687