To define an LSR buffer pool, in the CA-L-Serv parameter data set, specify:
ADDPOOL nn (size,count)... STRNO(nnn)
Specifies a number to the pool with nn. Specify a value from 1 to 15.
Specifies a buffer size in bytes. Specify one to four (size,count) pairs.
Specifies the number of buffers that CA-L-Serv should allocate in that size (the minimum number is 3).
nnn
Optional. Specifies the nnn number of VSAM strings assigned to the buffer pool. The STRNO count specifies the maximum number of concurrent I/O requests against the buffer pool that VSAM will be able to process. Specify a value from 3 to 255 (the default is 16).
Note: In multiple system environments, issue ADDPOOL commands only on the system where the host server is running.
For example, to allocate buffer pool 3 with eight 1,024 byte buffers and four 32,768 byte buffers, specify this command in the CA-L-Serv parameter data set:
ADDPOOL 3 (1024,8) (32768,4)
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |