InterviewSolution
| 1. |
What Is Control Interval, Control Area? |
|
Answer» 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 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. |
|