What is a VSAM split?

Answers were Sorted based on User's Feedback



What is a VSAM split?..

Answer / guest

If there isn't enough space in the control interval VSAM
performs a control interval split by moving some records to
the free control intervals. If there isn't a free control
interval VSAM performs a control area split by allocating a
new control area and moving half of the control intervals to it.

Is This Answer Correct ?    16 Yes 0 No

What is a VSAM split?..

Answer / krishna

When there isn't enough space in the control interval VSAM performs a control interval split by moving some records to the free control intervals. If there isn't a free control interval, VSAM performs a control area split by allocating a new control area and moving half of the control intervals to it.

There are two types of splits used extensively in VSAM.

CI-SPLIT Movement of some records from an existing CI to another free CI in the same CA because a record add or update cannot be accommodated in the existing one.
A CI split requires a number of I/O operations and this degrades the performance of the VSAM file. The correct amount of the space will need to be allocated for the CI (internal percentage of free space allocation). This will result in two half-empty CI's instead of one full and one empty CI.

CA-SPLIT Movement of the half of the records in an existing CA to a new CA because a record add or update cannot be accommodated in the existing CA. This results in two approximately half-full CA's instead of one full and one empty CA. This is inefficient because it involves a high level of I/O operations.

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More VSAM Interview Questions

What are the distinctive features of a ksda, key sequenced dataset?

0 Answers  


what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?

0 Answers   IBM,


What are the different parameters that are used in vsam?

0 Answers  


write a program to read from a VSAM file , there will be a 5 records to create name. empno. resignation and address to update in a db2 table and call another program using dynamic call to find the matching fields in program 1 to update in db2 table. anybody pls send de program for dis ? thanks in advance...

0 Answers   CTS,


Explain the device independent method to indicate where a record is stored?

0 Answers  






What is a VSAM split?

2 Answers  


what are the codes returned by the ams (access method services) command during the execution in vsam?

0 Answers   IBM,


what is difference between repro and export? if any one know this plz tell me

7 Answers   Cap Gemini,


in a cobol select statement, can you tell what is the organization for a ksds?

0 Answers   IBM,


What is VERIFY command ? when do you use this command?? What actually it does ??

2 Answers   Xansa,


How vsam datasets are cataloged?

1 Answers   Ordain Solutions,


Explain the function of entry-sequenced data set?

0 Answers  


Categories