What is a CI, control interval?
Answers were Sorted based on User's Feedback
Answer / guest
A control interval is the unit of information that VSAM
transfers between virtual and auxiliary storage.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ram
C.I: where the records are inserted in VSAM,which has 4
components viz; 1.)FREE SPACE 2.)DATA 3.)RDF 4.)CIDF
C.A: Have more than one C.I(Control Interval).
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sandhya
it is a place where you can store data.it contains a
LR,RDF,CIDF,LMT,RMT.and unused space only for ksds.
| Is This Answer Correct ? | 0 Yes | 0 No |
What makes vrrds different from vsam?
What is the difference between lds and esds?
Common VSAM Error conditions and codes
what is a base cluster in vsam?
is it required that primary key values have to be unique? Do alternate key values have to be unique?
Hi, I want to create alternate index on VSAM file.my file structure is ex: RoomID pic x(7) R000001 Floor pic a((6) First RoomNo pic x(2) FA1 Occupied(yes/no) pic a(3) Yes Occupied Batch pic x(10). Maths i want to create alternate index on floor,roomno fields.can i create alternate index on both the fields.and tell me how to create.
How do you define an ALTINDX ? How do you use ALTINDXs in batch, CICS pgm?s ?
Explain what are the optional parameters to the input dataset while loading the empty cluster with the data records?
What are the information stored in ci?
What is a lds (linear data set)?
how to see the last records in vsam dataset??
What is control area?