what is control interval(CI) and control Area(CA)

Answers were Sorted based on User's Feedback



what is control interval(CI) and control Area(CA)..

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

what is control interval(CI) and control Area(CA)..

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

what is control interval(CI) and control Area(CA)..

Answer / pratheep

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 is control interval(CI) and control Area(CA)..

Answer / kamal

contorl interval collection of data,rdf and cidf.
one or more control interval is called as control area.

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More VSAM Interview Questions

What is the function of linear dataset in vsam?

0 Answers  


If FSPC(100 10 is specified does it mean that both the control interval and control area will be left empty because 100 % of both CI and ca are specified to be empty?

1 Answers   DSRC,


What is an RBA in rrds? What does it do? What is it used for?

5 Answers   CTS,


What is Base Cluster ?

1 Answers  


During processing of a VSAM file, some system error occurs and it is subsequently unusable . What do you do ?

1 Answers  


Do all versions of the GDG have to be of the same record length ? is it possible to ovverride the dcb of the model dataset?

2 Answers  


What are the distinctive features of a ksds, key sequenced dataset?

2 Answers  


what is the use of the file status clause in the select statement in vsam?

0 Answers   IBM,


How to delete a member using JCL.?

5 Answers  


What is the catalog?

1 Answers  


can we create vsam files on multiple volumes ?

3 Answers   Tech Mahindra,


On which datasets You can have ALT INDEX?

2 Answers  


Categories