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
How does the jcl specify the job to os?
List the various advantages of using jcl language?
How would you understand error(execution phase)?
What is the use of symbol // in jcl?
what JCL Procedures?
//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 /*
Explain dfsort utility?
What is notcat 2 - gs?
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?
Name a few IBM utility programs, and explain its function.
What are the difference between jcl and jes?
How to alter the parameters for the existing gdg?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
define cond parameter in jcl?
How dummy is used in jcl?