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 / shridhar
Two options:
1. GDG base.
2. GDG(0) to GDG(5).
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What do you understand by the terms: joblib and steplib?
How can the disposition of sysout datasets be set for an entire jobstream?
What is the maximum length of a single line of jcl?
How to override loadlib?
Which dd parameters are required?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
How to do automated restart when a job abend?
Explain how can the attributes of one sms dataset be copied to another dataset?
Explain the purpose of the dd keylen parameter?
How to pass data to a program that is coded in an exec statement?
How can the attributes of one sms dataset be copied to another dataset?
What is one line to pass PARM from JCL to COBOL?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?