What is Control Interval, Control Area ?
Answer / sanjudharan
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 ? | 3 Yes | 1 No |
Explain the device independent method to indicate where a record is stored?
Define free space?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
what is the concept of AIX in vsam ????
What is the significance of the SHAREOPTIONS parameter?
What is the Difference between LDS & ESDS ?
can we create vsam files on multiple volumes ?
By seeing the file itself how can we identify whether it is A vsam file or flat file
what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?
differentiate between sequential files and esds files in vsam?
How Vsam was evolved? What was the equivalent file for ESDS,KSDS and RRDS prior to evolution? What were their disadvantages of those file which leads to evolution of ESDS,KSDS and RRDS files ?
In the COBOL SELECT statement for a KSDS what are the three possibilities for ACCESS?