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 / guest
limit=5,
no scratch,
no empty
| Is This Answer Correct ? | 9 Yes | 10 No |
Post New Answer View All Answers
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is the function of dd disp parameter?
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) ?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
is there any way to execute more than one proc in the same exec statement at the same time..?
Explain how can return codes be tested before execution of a job step?
Define concatenating?
What dd statement is used to supply the name of a dataset?
when does a dataset go uncataloged?
Is automatic restart possible in jcl? If yes, how?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
How to submit jcl through a cobol program?
how do you access an uncataloged dataset in a jcl?
which utility is used to sort a file in jcl?
What is job control language?