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


Please Help Members By Posting Answers For Below Questions

What is catelog procedure and how many catelog procedure to use in one job?

7456


What does a disposition of (new,catlg,keep) for a dsn mean?

617


Can I send output of job to my remote device careerride123?

668


Explain how can values be passed from the job stream to an executable program?

628


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

803






What is the purpose of dd * statement in jcl?

812


What does a disposition of (MOD,DELETE,DELETE) mean ?

668


Is it possible to code instream data in a PROC?

752


what is the compile process of cobol program expalin with code

2002


Explain the function of the steplib dd statement?

647


Name the parameters which can be used to limit the number of records written to a sysout dataset?

654


What dd statement is used to supply the name of a dataset?

779


which parameter is used to check the syntax of a jcl without executing it?

798


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1485


what JCL Procedures?

701