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 how do you initialize a vsam file before any operation? A vsam with alternate index?
can alternate index use in ESDS since it does not contain primary index? if yes can you explain?
is it necessary that all versions of the gdg have to be of the same record length?
how many ways can we open i vsam file ? like print ch ids (/) is thre any other way to open the vsam file please can any one answer ?
what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?
How is the sorting of vsam files carried?
what will happen when you try to open an empty vsam file in a cobol program for input?
Why is it required to have a keyed directed retrieval?
when u r using repro command what happens if both infile and outfile names same
explain in brief what are the 3 types of vsam files?
what is meant by BUFND & BUFNI..?
What is speed parameters in define cluster command?