I have 5 generations in my GDG. How do I code in the JCL to
consider all the 5 versions of the GDG ?
Answer Posted / 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 |
Post New Answer View All Answers
Name a few IBM utility programs, and explain its function.
Explain the job statement in jcl?
How does jcl act on a cobol code?
How to pass data to a program that is coded in an exec statement?
What is the significance of addrspc parameter in the exec statement?
what is the use of JCL?
Are there any set of rules for the names of the steps used in a job?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
what is JCL?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What parameter directs the output of the job log dataset?
How can the attributes of one sms dataset be copied to another dataset?
How do you submit a job for execution?
how you can direct the data to spool using SYSOUT option?
what are the statements that are not valid to be included in an include statement?