What do you do if you do not want to keep all the space
allocated to a dataset?
Answers were Sorted based on User's Feedback
Answer / guest
Specify the parameter RLSE ( release ) in the SPACE e.g.
SPACE=(CYL,(50,5,RLSE)
| Is This Answer Correct ? | 2 Yes | 0 No |
Can we Execute a job without specifying Job Name in the Job Card?
how JCL works?
which utility is used to sort a file in jcl?
Explain about ISPFTTRC
Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
How can the attributes of one sms dataset be copied to another dataset?
how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Name the system library from which modules are retrieved at execution
Explain the function of //cntl statement?
How Can we see all generations of a GDG ?