Is it possible to take a PDS and write it to a GDG? If so,
can you provide an example? Thanx

Answer Posted / mdvasanth86

No doubt, it will work.

A GDG is similar to a PS in most ways we use it.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

884


What is Cataloged Procedures?

698


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1019


when can a job time-out occur? How to overcome that?

736


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

765






is there any way to execute more than one proc in the same exec statement at the same time..?

2095


List the different jcl statements that are not permitted in the procedures?

631


how to run batch program without jcl?

10037


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1570


Explain about LMQUERY�give a dialog information about a data set

889


what is use of disp parameter in dd statement?

645


how you will the direct the data to spool using sysout option?

1747


What are the 4 fields in dd statement?

728


what is the difference between JES3 and JES2?

665


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

620