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 |
explain how many ways you can load data in a vsam cluster?
What is the significance of the SHAREOPTIONS parameter?
What are the different commands used in idcams for vsam?
What does the KEYRANGES parameter in Define Cluster commend do?
can we create PS file using IDCAMS utility?
What is Control Interval, Control Area ?
what will happen when you try to open an empty vsam file in a cobol program for input?
Under IDCAMS , multiple functions can be executed, each of which returns a cond code. What will be the condition code returned to the operating system ?
What is an RBA in rrds? What does it do? What is it used for?
Is CA(Control Area) is part of CI(Control Interval)
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?
Do all versions of the GDG have to be of the same record length ? is it possible to ovverride the dcb of the model dataset?