What is the use Free space in CI ?
Answers were Sorted based on User's Feedback
Answer / guest
Free space is used to add records which belong in CI.
Records in a CI are shifted automatically with in the CI to
accommodate the inserted record.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / mahesh
alreadyy allocated space is used .it uses free space to
insert a records
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / aparajita
freespace increases the size of the data set and it
improves the performance by improving the way fle addition
are processed.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the purpose of idcams?
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?
How to rename one vsam file as well as it's index?
Under idcams, multiple functions can be executed, each of which returns a condition code. What will be the condition code returned to the operating system?
what is the concept of IMPORT in vsam??
How to declare the EMP Name, EMP No., DOB in VSAM KSDS file? Please explain.....
What happens when you open an empty VSAM file in a COBOL program for input?
what is a Base Cluster?
how to view clusters that has more than 10000 records
how do you define an altindx ? How do you use altindxs in batch, cics programs?
What is the index set?
what is the difference between vsam and dataset how do u create vsam dataset which file you r used?