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 |
what is meant by jobtrac?
What is COND=ONLY ?
What is the function of the steplib dd statement?
We are aware of eliminating the duplicate records from outyput fiel using sort utility. Can we get the duplicate records in to another file in the Same sort utility?
What is DSNDB06 ?
Is it possible to code instream data in a PROC?
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.
jcl is like a complier....?
How do you create a temporary dataset?
i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?
if we give TIME=0 how many sec that job/step
how to modify the copy book?explain with examples