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 |
Explain dfsort utility?
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
how GDGs are concatinated?
What are the parameters that are used in creating a gdg?
What is NOTCAT 2
What is meant by S0C7 system abend code?
How can values be passed from the job stream to an executable program?
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?
What is a GDG? How is it referenced? How is it defined? What is a MODELDSCB?
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
Hi, My dataset have multiple records, say 100. I want to start copy records only after a record contain a specific value that may be in a specific position. Secondly I want to stop copying rest records if certain record contains a specific value. Can it be done using SORT/ICETOOL utilities?
How to ALTER the name of a GDG ?