What is a GDG

Answer Posted / ks

It is nothing but Generation data group keeps the track of
the new generations by deleting the older ones based on the
options

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a jcl to execute a job by 7:00 am on jan 20,1986?

679


What does a disposition of (MOD,DELETE,DELETE) mean ?

651


Explain how can the submitting users racf authority be overridden in a job stream?

661


Explain the function of dd disp parameter?

586


What is the function of job statement in jcl?

623






What are the utility programs in jcl?

634


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

1017


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?

2200


How can an in-stream dataset be terminated?

834


What is the format of comment statement?

647


When space is allocated for an output dataset, what units can be used?

731


What is jcl in mainframe?

668


List the various advantages of using jcl language?

838


Explain in DD statement what is the use of DCB parameter?

636


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

1912