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 |
How Vsam was evolved? What was the equivalent file for ESDS,KSDS and RRDS prior to evolution? What were their disadvantages of those file which leads to evolution of ESDS,KSDS and RRDS files ?
how many buffers are allocated to vsam ksds and esds?
Explain what are the optional parameters to the input dataset while loading the empty cluster with the data records?
How to delete a member using JCL.?
explain in brief how you can create a vsam file?
How do you convert flat files to VSAM files ?
What is an alternate index?
name the utility program closely associated with vsam?
Can we copy a sequential file to a VSAM file ? If yes, What will happen of the size of the sequential file is bigger than that of the VSAM file?
Explain the function of the relative record data set?
print ids(/)char??what is the full form of ids??
what is control interval(CI) and control Area(CA)