what is control interval(CI) and control Area(CA)
Answers were Sorted based on User's Feedback
Answer / lakshmi
A CI(control interval) is the unit of information that VSAM transfers between the storage device and the virtual storage.
A group of LRs will make one CI.
A CA(control area) is one or more CIs put together into fixed-length contiguous areas of DASD.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / juni
In VSAM CI is the logical unit meant for data transfer. CA
is the combination of CI
| Is This Answer Correct ? | 5 Yes | 2 No |
CI:
VSAM stores records in the data component of cluster in
units called control interval.CI is the VSAM equivalent for
a block and the unit of data that is actually transmitted
when the records are read or written
CA:
CA is the fixed length unit of DASD storage containing
number of CI
| Is This Answer Correct ? | 3 Yes | 0 No |
What's a LDS (Linear Data Set) and what's it used for?
During processing of a VSAM file, some system error occurs and it is subsequently unusable . What do you do ?
What is a vsam dataset?
what do you mean by recovery and speed parameters in define cluster command?
Is it slower if you access a record through ALT INDEX as compared to Primary INDEX? Why?
In the COBOL SELECT statement what is the ORGANIZATION for a KSDS?
explain in brief why do vsam take more disk space than other utilities?
what is the purpose of the verify function of idcams?
what do you mean by define model parameter?
what is the use of the file status clause in the select statement in vsam?
Yes. Because the alternate key would first locate the primary key, which in turn locates the actual record. Needs twice the number of I/Os.
In vsam at the cluster creation for KSDS FREESPACE parameter is required but for ESDS FREESPACE parameter is not required ?