What is the difference between CI( Control Interval)and CA
(Control Area)?

Answers were Sorted based on User's Feedback



What is the difference between CI( Control Interval)and CA (Control Area)?..

Answer / kalyan rakesh

VSAM groups logical records into blocks called control
interval.
control intervals are inturn grouped into control areas.

A control interval consists of 1)data records
2)free space
3)unused space
4)control information of
a)RDF
b)CIDF
collection of adjacent CI s is CA.

Is This Answer Correct ?    15 Yes 0 No

What is the difference between CI( Control Interval)and CA (Control Area)?..

Answer / rameez akhtar

In vsam data sets data is stored in CIs & CAs, CI is small
unit and CA is big unit, a ca contain more then one CIs, CI
have four components
Data
CISF
RDF
Free space
CA also have free space in between records, that space is
used when new records added to the data set can not fit in
the free space of CIs.

Is This Answer Correct ?    2 Yes 0 No

What is the difference between CI( Control Interval)and CA (Control Area)?..

Answer / rohan

Area occupied by the vsam cluster is divided into contiguous area called as control interval.
Area occupied by the control interval is known as control area.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More VSAM Interview Questions

Is it slower if you access a record through ALT INDEX as compared to Primary INDEX? Why?

1 Answers  


What is the meaning of VSAM RETURN-CODE 28?

3 Answers  


FREESPACE can be specified for which type of cluster? a.LDS b.RRDS c.ESDS d.KSDS

2 Answers  


What is the difference between shroptions(2 3) and shroptions (4 3) in the Def CLUSTER ??

3 Answers  


What is a cluster?

2 Answers  


What is the utility program closely associated with VSAM?

1 Answers  


If we are using empty VSAM file, we can see this empty file by using FILE AID tool. How can we open empty VSAM file if you are using in Program..?

3 Answers  


How is record management performed in vsam?

1 Answers  


How are records stored in an ESDS, entry sequenced dataset?

1 Answers   IBM,


how to see the last records in vsam dataset??

1 Answers  


What is the biggest disadvantage of using a vsam dataset?

1 Answers  


What are the different dataset organizations used in vsam?

1 Answers  


Categories