VSAM uses buffer pools to read and write records from disk and to transfer records to and from a user provided area in the client address space. There are two types of buffer pools:
By default, VSAM creates a private buffer pool when the data set is initially opened. You only need to define private buffer pools to CA-L-Serv if you wish to override the VSAM defaults, which can be done by using the BUFNI, BUFND, and STRNO keywords of the ADDFILE command.
You can define up to 15 LSR buffer pools using the ADDPOOL command.
See the documentation for the client application for recommendations on which data sets should be assigned to private (NSR) or shared pools (LSR).
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |