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 |
By seeing the file itself how can we identify whether it is A vsam file or flat file
Define a path?
Explain the significance of the shareoptions parameter?
What is the maximum no. of records that can be allowed in VSAM ?
how do you define an altindx ? How do you use altindxs in batch, cics programs?
Suppose a generation of GDG gets created in a particular step of a proc. How would you refer the current generation in a subsequent step? What would be the disposition of this generation now?
What is a path?
HOW TO SORT RECORDS IN VSAM FILE?
State the differences between vsam and non-vsam files?
What is a sequence set?
How do you decide on optimum values for CI, FREESPACE etc...?
What are the different types of VSAM files available?