I have 5 generations in my GDG. How do I code in the JCL to
consider all the 5 versions of the GDG ?
Answers were Sorted based on User's Feedback
Answer / archana
Specify only the GDG base. All the versions of GDG will be
considered.
| Is This Answer Correct ? | 24 Yes | 0 No |
Answer / sucharita
Specify only the GDG base name without any version. It will
concatenate all the versions and consider it as one dataset.
| Is This Answer Correct ? | 16 Yes | 2 No |
Answer / kabi
infile dd dsn=gdg base name,DISP=SHR----------Specify only
the GDG base name without any versionwe, have to mentioned
gdgbase then using SHR option.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / shridhar
Two options:
1. GDG base.
2. GDG(0) to GDG(5).
| Is This Answer Correct ? | 7 Yes | 5 No |
How do you find which GDG is using which dataset?
what is the Difference between SYSIN and PARM ?
describe the job statement, its meaning,syntax and significant keywords?
Can we give two user name in NOTIFY parameter in JOBCARD
When output dataset space is required, what quantity categories are used?
how to create a member or sequential dataset through tso command??
what is a null indicator in db2?
How can an in-stream dataset be terminated?
Is their any limit for data sets?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Explain concatenating datasets?
Can we use DISP=SHR in output file in JCL