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 |
In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?
Name what parameter directs the output of the job log dataset?
How can a fb file convert to vb file using sort program?
delete rules in db2
What do you understand by the terms: joblib and steplib?
can we give instream data in procedure
how to code instream data in procedure?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
in ways data can be passed to a COBOL program from JCL?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Can I send output of job to my remote device careerride123?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?