How would I code JCL to copy a gdg data set G001v00 and
create a gdg Data set G001v01

Answers were Sorted based on User's Feedback



How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01..

Answer / 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

How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01..

Answer / balaji

yes

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

WHAT IS DUMMY IN JCL? HOW TO USE IT? CAN ANYBODY SEND PROGRAM ON THIS?

3 Answers  


How to submit a jcl from cics?

0 Answers  


A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?

3 Answers   IBM,


Explain the function of dd name parameter with a 2 part structure; audit.report?

0 Answers  


I HAVE A SEQUENTIAL FILE CONTAINING ONE RECORD IN WHICH I HAVE ONE FIELD AS CUSTOMER IDENTITY NUMBER FIELD WHICH IS A SIGNED FIELD. HOW TO SEQUENTIALLY INCREMENT THIS FIELD USING OVERLAY PARAMETER?.

1 Answers  






i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?

4 Answers   IBM,


If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.

4 Answers   IBM,


What do you understand by the term job time – out and how can you overcome that?

0 Answers  


In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?

2 Answers   HP,


Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE

0 Answers  


Suppose I have seven jobs to do, but I want to hold one than how can I do this?

1 Answers  


Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?  

1 Answers   TCS,


Categories