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 |
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?
What are the optional parameters to the input dataset While loading the empty cluster with the data records?
How does control intervals and control areas related to each other?
How vsam datasets are cataloged?
What is Base Cluster ?
What is an RBA in rrds? What does it do? What is it used for?
How do you initialize a VSAM file before any operation? a VSAM with alternate index?
In the COBOL SELECT statement what is the ORGANIZATION for a KSDS?
what is the concept of IMPORT in vsam??
What is the COBOL RECORD KEY clause?
what do you mean by define model parameter?
What does the KEYRANGES parameter in Define Cluster commend do?