what is buffering and how does it apply to vsam files ?
Answer / Sudershan Kumar
Buffering in VSAM refers to the technique of storing data temporarily in a buffer pool before writing it to the actual file. This helps improve performance by reducing the number of I/O operations required for large datasets. Buffering is applied to VSAM files by specifying the size and type of buffer pools during ALLOCATE or CHGBUF commands.
| Is This Answer Correct ? | 0 Yes | 0 No |
What do you mean by RDW in VSAM?
What is an alternate index?
what is the use of the file status clause in the select statement in vsam?
Explain the difference between lds and esds?
What are all the ways we can create datasets?
What is a base cluste?
What are the steps involved in access method services?
what are s0c1, s0c4, s0c5, s0c7 abends?
What is the main function of key sequenced data set in vsam?
Is it slower if you access a record through alt index as compared to primary index?
How did you refresh a VSAM file and how frequently you do it ?
3 Answers CSC, IBM, Patni, Xansa,
If fspc(100 100) is specified does it mean that both the control interval and control area will be left empty because 100 % of both ci and ca are specified to be empty?