How to delete generations of gdg without deleting gdg base?
Answer Posted / neha
//SYSIN DD *
DELETE (DM36A.PFB0004.EXTRACT.SHAKS) GDG FORCE
//*
//SYSOUT DD SYSOUT=A
//SYSPRINT DD SYSOUT=A
//SYSUDUMP DD SYSOUT=D
//*
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
when can a job time-out occur? How to overcome that?
How does the jcl specify the job to os?
What are the utility programs in jcl?
In job processing, what happens in conversion stage?
Can we call instream to catalog and catalog to instream?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
what is the purpose of coding class parameter in job 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?
What is the function of job statement in jcl?
What is concatenating?
Suppose I have five jobs to do. But I want to hold one?
Explain the function of //cntl statement?
what is “Cond= even” and “Cond=only”?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?