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 to do automated restart when a job abend?
How can the disposition of sysout datasets be set for an entire jobstream?
Differentiate between addressing mode and run mode.
How to submit jcl through a cobol program?
What does a disposition of (new,catlg,keep) for a dsn mean?
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?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Explain how can the submitting users racf authority be overridden in a job stream?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is notcat 2 - gs?
How can a jobs execution priority be modified?
What is timing concept in mainframe?
Matching Logic in Jcl not in cobol.Could any one please answer this question
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How to run cobol program using jcl?