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
when can a job time-out occur? How to overcome that?
Which statement is used to identify the private libraries in job?
How can a jobs execution priority be modified?
what are JCLLIB and STEPLIB in JCL?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Explain the function of //cntl statement?
What do you understand by jcl?
Is acct parameter mandatory?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Why block size is multiple of lrecl in jcl?
What is the function of a dd statement?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
what is use of dcb parameter in dd statement?
What is the syntax of JCL statement?