What is a GDG? How is it referenced? How is it defined? What
is a MODELDSCB?
Answer Posted / 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 |
Post New Answer View All Answers
Is it possible to left uncode disp?
Differentiate between addressing mode and run mode.
What are the rules employed while naming the steps in a job?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
how to compare two datasets without using superce because output is limited to 133 bytes
What is condition checking in jcl? Is this possible?
How is a type of file defined in the jcl that executes the cobol program?
How can return codes be tested before execution of a job step?
how to do automated restart when a job abends?
how would you create a temporary dataset? And where will you use them?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What is the function of the steplib dd statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
how do you code a null statement?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?