Can you delete the GDG base without deleting GDG
generations ?

Answer Posted / g.naveen

No,we can't delete the GDG base without deleting GDG
generations.

Is This Answer Correct ?    26 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the statements that are not valid to be included in an include statement?

767


what are the various stages of job processing?

729


What are the parameters that are used in creating a gdg?

728


what operation is performed by job statement?

651


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

846






I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

1943


How can the disposition of sysout datasets be set for an entire jobstream?

830


what are the types of abends that occur on job failure? And explain the possible causes of these

1107


Explain the purpose of dd dummy statement?

662


What is NOTCAT ?

732


Mention the types of job control statements?

678


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

894


how can you check if a file is empty using jcl?

800


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

1610


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

1982