Can you delete the GDG base without deleting GDG
generations ?

Answer Posted / krishna reddy

if we are using this

DELETE(GDG name) GDG FORCE

with IDCAMS
then all related generations related to GDG will be deleted

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can I send output of job to my remote device careerride123?

658


Must tape dataset definitions include vol=ser specifications?

962


Mention the types of job control statements?

678


Is their any limit for data sets?

693


What is the function of job statement in jcl?

629






why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

1936


Explain how can values be passed from the job stream to an executable program?

606


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

627


How can the attributes of one sms dataset be copied to another dataset?

844


What are s0c1, s0c4, s0c5, s0c7 and socb?

692


what operation is performed by job statement?

651


what is DSN parameter and DISP parameter is used for?

664


In sms datasets, what is the function of the dd avgrec keyword?

643


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

898


what is the purpose of coding notify parameter in job statement?

678