Hi Friends,
I know how split works and the record will be placed on the ascending order of the primary key.
My query was as follows.
Suppose my ksds contains 10 records with the primary key value ranging from 01 to 10 in First CI. The CI can hold only 10 records. when I am trying to insert a new record 11, split occurs, and records from 06 to 10 will be in next available CI and 11 will be placed after 10.
Now I have space in First CI. As my records from 01 to 05 in CI 1 and 06 to 11 in CI 2, there was space for 5 records in CI 1. Will this space be unused or VSAM will manage the space accordingly so that when keep on inserting records, CI 1 will have 10 records and CI 2 will have next 10 and so on...
If you are not clear with my question, Kindly let me know.
If you are clear, Kindly let me clarify.
Awaiting your clarifications.