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 |
Can we use empty VSAM as input?
what is DSN parameter and DISP parameter is used for?
How many extents are possible for a sequential file ? For a VSAM file ?
What does SYSIN * indicate?
In job processing, what happens in execution stage?
1) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter
How do you overcome this limitation ?
01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
Hi, If a catolog proc has another proc in it, both have ddnames dd1 and dd2. what proc will override if gave override parameter. Here both have same step names.
In how ways you can pass the data from Jcl to cobol ?
How to override loadlib?
How to alter the parameters for the existing gdg?