Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 is the difference between lds and esds?

0 Answers  


How do you load a VSAM data set with records ?

2 Answers   IBM,


Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now?

3 Answers  


Syntax of AMS modal commands ?

1 Answers   IBM,


What is Base Cluster ?

1 Answers  


what is buffering and how does it apply to vsam files ?

0 Answers   IBM,


what is the use of the file status clause in the select statement in vsam?

0 Answers   IBM,


What is the function of entry sequenced data set?

0 Answers  


Can you delete vsam files with the delete option of the disposition parameter of jcl?

0 Answers   IBM,


What is a lds (linear data set) and what is it used for?

0 Answers  


What is Control Interval, Control Area ?

1 Answers   L&T,


what is the use of reuse in vsam?

3 Answers  


Categories