How would I code JCL to copy a gdg data set G001v00 and
create a gdg Data set G001v01
Answer Posted / giri12
GDG is nothing but a sequential file. So i think using
IDACAMS or IEBGENER we can copy the GDG.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Explain the jcl exec statement?
a dd statement has 2 types of parameters. Name them?
How do you access an uncatalogued dataset in a jcl?
What does a disposition of (new,catlg,keep) for a dsn mean?
How jcl is used for testing batch programs?
How can return codes be tested before execution of a job step?
Where can program checkpoints be stored for use in a restart?
Is it possible to define dd statements as you want?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
Where & How Do You Code Identifier In Jcl?
What are the parameter we cannot use in procedure?
What is notcat 2 - gs?
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.
what sort card you will use to copy the data from one dataset to another dataset?
Explain how can values be passed from the job stream to an executable program?