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 operation is performed by job statement?

652


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

802


Is automatic restart possible in jcl? If yes, how?

650


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

769


List the various advantages of using jcl language?

841






What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

666


What parameter of the job statement is used to limit the cpu time consumed by the job?

832


how to compare two datasets without using superce because output is limited to 133 bytes

1476


which utility is used a dummy utility?

779


How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?

7588


How can a jobs execution priority be modified?

788


Are there any set of rules for the names of the steps used in a job?

625


What is the function of the dd dcb keyword?

816


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) ?

1759


how JCL works?

790