What is a GDG
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / jegadeesan ramu
Used to keep track of the records in chronological order to
create gdg base name must be created by using IBM utility
IDCAMS
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / dhan
Generation Data Groups (GDGs) are a group of datasets related to each other by a common name.
GDG generation file is referred by a GDG base name.
Each generation data set is distinguished by others by the generation number.
https://youtu.be/hMbB20WKmBg
https://youtu.be/3N17dh7BAaQ
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ks
It is nothing but Generation data group keeps the track of
the new generations by deleting the older ones based on the
options
| Is This Answer Correct ? | 1 Yes | 2 No |
How to identify where file is empty or not? How many ways are there to identifying?
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
When will we need to specify Space parameter ?
mainframe questions like basic&depth
How to send notification to multiple users through jcl???
in jcl you are having JCLLIB and STEPLIB what happens
What will happen if two JOB statements are mentioned in an JCL continuously.
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
How do you create a temporary dataset?
How to send data from cobol program to jcl?
How to use COND Parameter in jcl
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?