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 |
can a job be submitted through jcl only? is there another way to submit a job?
what is the difference between static call and dynamic call?
How do you check the syntax of a JCL without running it?
What are the default system and catalog libraries in JCL?
If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?
How can a jobs execution priority be modified?
I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i want to call a particular step in that proc without writing any new jcl ike iebedit utility...
i have a string of 80 chars i want to replace 4th char with "a"?
What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
What is the syntax of JCL statement?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?