What is the difference between CI( Control Interval)and CA
(Control Area)?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Is it slower if you access a record through ALT INDEX as compared to Primary INDEX? Why?
What is the meaning of VSAM RETURN-CODE 28?
FREESPACE can be specified for which type of cluster? a.LDS b.RRDS c.ESDS d.KSDS
What is the difference between shroptions(2 3) and shroptions (4 3) in the Def CLUSTER ??
What is a cluster?
What is the utility program closely associated with VSAM?
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..?
How is record management performed in vsam?
How are records stored in an ESDS, entry sequenced dataset?
how to see the last records in vsam dataset??
What is the biggest disadvantage of using a vsam dataset?
What are the different dataset organizations used in vsam?