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
how can the same proc be re-used and called by many jobs?
How can values be passed from the job stream to an executable program?
How to pass data to a program that is coded in an exec statement?
Name a few IBM utility programs, and explain its function.
What are steplib and joblib?
Name what parameter directs the output of the job log dataset?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Is it possible to left uncode disp? If yes, how?
What is concatenating?
//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 /*
in ways data can be passed to a COBOL program from JCL?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What are the 4 fields in dd statement?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?