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
Explain the purpose of dd dummy statement?
Explain how can a jobs execution priority be modified?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
how do you access an uncataloged dataset in a jcl?
Explain the function of dd name parameter with a 2 part structure; audit.report?
Is it possible to code instream data in a PROC?
how would you create a temporary dataset? And where will you use them?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Explain the function of dd disp parameter?
how can the same proc be re-used and called by many jobs?
Differentiate between the joblib and the steplib statements?
For what purpose steplib and joblib are used ?
List the different components of jcl statement?
What is the format of comment statement?