What is FREESPACE ?
Answers were Sorted based on User's Feedback
Answer / ram
FREESPACE(X,Y) Where X->is the empty space used record
insertions,and Y->is the space left unused for the partisl
reorganization of the VSAM dataset.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / guest
Coded in the DEFINE as FREESPACE(ci ca) where ci is the
percentage of each control interval to be left free for
insertions, ca is the percentage of control intervals in
each control area to be left empty.
| Is This Answer Correct ? | 2 Yes | 1 No |
What is the purpose of idcams?
What is the meaning of dynamic processing?
Explain the purpose of the file status clause in the select statement?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
What is speed parameters in define cluster command?
What is the purpose of relative record data set used in vsam?
What is File Status in VSAM?
State the differences between vsam and non-vsam files?
During processing of a VSAM file, some system error occurs and it is subsequently unusable . What do you do ?
What does the KEYRANGES parameter in Define Cluster commend do?
In a file(PS), we dont know how many records are there. requirement is divide half n half the records n insert into 2 another files(PS).
What is the catalog?