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
How can unused space allocation be returned to the system when a dataset is closed?
Differentiate between addressing mode and run mode.
What is the function of dd disp parameter?
For what purpose steplib and joblib are used ?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
when does a dataset go uncataloged?
How can the attributes of one sms dataset be copied to another dataset?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What is the difference between the positional and keyword parameters? Give examples.
what is “Cond= even” and “Cond=only”?
Is condition checking possible in jcl?
How to override loadlib?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
which parameter is use to declare the name of dataset in dd statement?
How jcl is used for testing batch programs?