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 |
In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
When will we need to specify Space parameter ?
There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
what operation is performed by job statement?
How to search strings in multiple dataset with conditions 'string1 & string2'?
Can an individual step be restricted from using all the jobs allowed cpu time?
Hi, Say I have 10 flat files and I want to copy all these 10 flat files to a GDG versions flat files (I have GDG base: FDWS01.TEST.RESTORE) in one shot. Can we do that in one shot using a JCL. May be by using IEBGENER. It's a bit urgent. So anyone's fast rely would be appreciated.. Thanks in advance.. 10 flat files ----------------------------------- FDWS01.SUB.RESTORE1 FDWS01.SUB.RESTORE2 FDWS01.SUB.RESTORE3 ; ; FDWS01.SUB.RESTORE10 TO GDG versions ----------------------- FDWS01.TEST.RESTORE.G0001V00 FDWS01.TEST.RESTORE.G0002V00 FDWS01.TEST.RESTORE.G0003V00 ; ; FDWS01.TEST.RESTORE.G0010V00
How do you submit JCL via a Cobol program?
Describe the DD statement, its meaning, syntax and keywords?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?