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
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is the maximum length of a single line of jcl?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What statement can be used to send data to another mvs jes3 node?
what are JCLLIB and STEPLIB in JCL?
Explain dfsort utility?
what is the purpose of coding notify parameter in job statement?
Can we use DISP=SHR in output file in JCL
What parameter directs the output of the job log dataset?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
How would you understand error(execution phase)?
in ways data can be passed to a COBOL program from JCL?
Why block size is multiple of lrecl in jcl?
What is the difference between the positional and keyword parameters? Give examples.