What is a GDG? Why do we go for a GDG ? utility used to
create GDG?

Answer Posted / duraiece2001

GDG:
Generation Data Groups are a group of data sets which are
related to each other chronologically and functionally.
Utility used to create GDG is IDCAMS

Is This Answer Correct ?    17 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A dd statement consists of 4 fields. Name them?

920


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

1988


what is a jcl?

685


Can I share my data with other jobs? How?

663


What happens if both JOBLIB & STEPLIB is specified ?

604






Mention the types of job control statements?

680


How do you create a temporary dataset?

658


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2214


What are the 4 fields in dd statement?

737


What is notcat 2 - gs?

930


What is the function of the dd avgrec keyword in sms datasets?

833


How can return codes be tested before execution of a job step?

914


What are the difference between jcl and jes?

1045


What is the function of the steplib dd statement?

735


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

850