In SPACE,what is directory,RLSE
Answers were Sorted based on User's Feedback
Answer / nygrande
For Example:
SPACE=(CYL,10,10,RLSE)
We use RLSE to release the space NOT USED when writing in DASD.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / mohan.chepuri
directory is use to we r mention the program field
lenth=directory,rlse=release the space
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mohan.chepuri
directory is use to we r mention the program field
lenth=directory,rlse=release the space
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / suman
It is used to Release unused space after loading (or)
creating data set.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vinay sonar
If we specify RLSE parameter it means the space for dataset
must be released once dataset is closed and last operation
was write.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / siri
space=(trk/cyl,(primary qty,secondary qty,directory),rlse)
directory = specifies the number of 256 byte records needed in the directory of a pds......
rlse = request that space allocated to an outpur data set,but not used is to be released when the dataset is closed......
| Is This Answer Correct ? | 0 Yes | 0 No |
how can i use the parameters decalred in main pgm in sub pgm
how to purge 50 initiators continuously?? console commands??
what is the control cards?
What are the 2 types of parameters in dd statement?
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
diff bw vsam and normal flat file?
what is the compile process of cobol program expalin with code
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?
delete rules in db2
What is condition checking in jcl? Is this possible?
How jcl is used for testing batch programs?
what are the ways of passing data to a cobol program from jcl?