What is a Generation Data Group (GDG)?
Answers were Sorted based on User's Feedback
Answer / guest
Generation Data Group is a group of chronologically or
functionally related datasets. GDGs are processed
periodically, often by adding a new generation, retaining
previous generations, and sometimes discarding the oldest
generation.
| Is This Answer Correct ? | 13 Yes | 0 No |
how to see the latest generation in gdg?
Mention the types of job control statements?
Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
how to purge 50 initiators continuously?? console commands??
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What are the default system and catalog libraries in JCL?
I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.
What happens if both JOBLIB & STEPLIB is specified ?
Why do you use a control card?