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

How many times secondary space allocated?

5 Answers  


Define gdg?

0 Answers  


What are the access method services used in vsam?

0 Answers  


How do you fix the problem associated with VSAM out of space condition?

1 Answers   IBM,


What is the use of lds (linear data set)?

0 Answers  






Explain the function of the relative record data set?

0 Answers  


What does the KEYRANGES parameter in Define Cluster commend do?

1 Answers  


Using Alternate Indexes in CICS pgms: ?

1 Answers  


What is a vsam dataset?

0 Answers  


How do you load a VSAM data set with records ?

2 Answers  


to use the rewrite command, how should the vsam file be opened?

0 Answers   IBM,


How to createing new version of GDG with out loosing the data in preaves GDG version?

7 Answers   Patni, Satyam,


Categories