What is a GDG? How is it referenced? How is it defined? What
is a MODELDSCB?
Answers were Sorted based on User's Feedback
Answer / krithiga hari
Generation Data Groups or GDGs are a group of data sets
which are related to each other chronologically and
functionally.
Generation 0 references the current generation.
Generation -1 references the generation just before the
current generation.
Generation +1 references the generation just after the
current generation.
MODELDSCB is a model prototype which contains the
specification for the DCB subparameters for all data sets
that will belong to the GDG. Each time a data set belonging
to that GDG is created, it will use the DCB subparameters
specified in the model prototype.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / guest
GDG stands for generation data group. It is a dataset with
versions that can be referenced absolutely or relatively. It
is defined by an IDCAMS define generation datagroup execution.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / guest
GDG is Generation data groups to maintain versions of a
file.It can be daily, monthly or early. This will be
created using IDCAMS with no of version of the GDG.
MODELDSCB is the one we can use some other GDG as a model
to create a new GDG.
| Is This Answer Correct ? | 0 Yes | 0 No |
I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?
I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 Answers IBM, Infosys, TCS, Xansa, Xchanging,
proc1,proc2,up to proc5 is there if i want to call proc1 and proc5how can u write the code
what is the control cards?
Can there be 2 job statements in a JCL? If yes what is the purpose of doing tha?
wt will happen to the step of a job if u code COND=ONLY
If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/
What is DSNDB06 ?
What is the purpose of dd * statement in jcl?
What do you understand by the terms: joblib and steplib?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
how to concatenate datasets