What do you do if you do not want to keep all the space
allocated to a dataset?
Answer Posted / guest
Specify the parameter RLSE ( release ) in the SPACE e.g.
SPACE=(CYL,(50,5,RLSE)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
which parameter is use to declare the name of dataset in dd statement?
Must tape dataset definitions include vol=ser specifications?
What parameter directs the output of the job log dataset?
What is the function of dd disp parameter?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
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?
How is a type of file defined in the jcl that executes the cobol program?
Mention the types of job control statements?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How can the attributes of one sms dataset be copied to another dataset?
Name the statement which can be used to send data to another mvs jes3 node?
what is use of space parameter in dd statement?
What is the function of //cntl statement?
How to run cobol program using jcl?