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 a VSAM split?
What is the meaning of VSAM RETURN-CODE 28?
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
What is a sequence set?
What is the purpose of control intervals in vsam?
What are the steps involved in access method services?
What is VERIFY command ? when do you use this command?? What actually it does ??
How do you define an ALTINDX ? How do you use ALTINDXs in batch, CICS pgm?s ?
State the differences between vsam and non-vsam files?
How many Alternate Indexes you can have on a dataset?
What does the KEYRANGES parameter in Define Cluster commend do?