Previous Topic: ADDLOG CommandNext Topic: ATTACH Command


ADDPOOL Command

The ADDPOOL command defines LSR buffer pools for files that CA‑L‑Serv is managing.

Syntax

ADDPool nn (size, count)... [STRNO (nnn)]

Parameters

count

Number of buffers you want to allocate in the size specified with the size variable.

Value: 3 to 65,535.

nn

Assigns a number to the buffer pool you are defining.

Value: 1 to 15.

size

Buffer size in bytes.

STRNO

Determines how many VSAM placeholders are concurrently allocated for the file. This option limits the number of current requests that clients can make for the file.

Value: 3 to 255.

Default: 16

Note:

Example

To define a buffer pool that is suitable for the page files in CA Bundl:

ADDPOOL 1 (1024,10) (32768,10)