What is a MODEL Paramater in GDG ?
Answers were Sorted based on User's Feedback
Answer / jayanth
MODEL PARAMETER ENSURES THAT SAME DCB AND EXPDT INFO IS
USED TO CREATE ALL GENERATIONS.ENSURES GREATER CONSISTENCY
AMONG GENERATIONS.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / shakila vinayagam
Before using GDG , We need to create GDG index and model.
IDCAMS (the 'AMS' stands for Access Method Services),
utility is used to create GDG index.
Once the index has been created, a model data set must
be created. This model data set contains specifications
for the DCB subparameters for all data sets that will
belong to that GDG. Programmer can override this default
values if he want.
| Is This Answer Correct ? | 5 Yes | 2 No |
Describe the various parameters utilized in the creation of a gdg?
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
How to pass the parameter in parm using linkage section ? (syntax)?
HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)
Max. No of DD statements in a job ?
MOD, DELETE; What does a disposition of (,DELETE) mean ?
what is the purpose of coding notify parameter in job statement?
How to compare 2 files using File-Aid?
Can we change a FB file to VB file in JCL? Please help
Max generations in GDG??
what is use of dcb parameter in dd statement?
Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?