What is Control Interval, Control Area?
Answer / guest
Control Interval is analogous to a physical block for QSAM
files. It is the unit of I/O. Must be between 512 bytes to
32 k. Usually either 2K or 4K. A larger control interval
increases performance for sequential processing while the
reverse is true for random access. Under CICS when a record
is locked, the entire CI gets locked.
Control Area is a group of control intervals. CA is used
during allocation. CA size is calculated based on the
allocation type (cyl, tracks or records) and can be max of 1
cylinder
| Is This Answer Correct ? | 1 Yes | 0 No |
in a cobol select statement for a ksds can you tell me what are the 3 possibilities for access?
Define base cluster?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
What makes vrrds different from vsam?
How do you load a VSAM data set with records ?
Is a delete operation possible in an ESDS?B. Is rewrite operation possible in ESDS ?
How do you define an ALTINDX ? How do you use ALTINDXs in batch, CICS pgm?s ?
how yo view the vsam file?
What are the optional parameters to the input dataset While loading the empty cluster with the data records?
What is the function of entry sequenced data set?
In the COBOL SELECT statement what is the ORGANIZATION for a KSDS?
Common VSAM Error conditions and codes