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 |
What is the index set?
what are the additional information you should give in the dd statement while defining the next generation of a gdg?
print ids(/)char??what is the full form of ids??
What is the purpose of control intervals in vsam?
explain the information contained in ci
What are the different commands used in idcams for vsam?
What is the device independent method to indicate where a record is stored?
can you specify some the distinctive features of a ksds, key sequenced dataset?
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 ?
how to see the last records in vsam dataset??
In a KSDS file, key is missing for one record. How to insert the key for that particular record from back up file. Is there any sorting needed for the back up file before the key insertion?
What is FREESPACE ?