Previous Topic: ADDLOG Command

Next Topic: ATTACH Command

ADDPOOL Command

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

Syntax

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

Operand

Explanation

count

Represents the number of buffers you want to allocate in the size specified with the size variable. The minimum value that you may define is 3.

nn

Assigns a number to the buffer pool you are defining. Specify a value from 1 to 15.

size

Represents the 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. Specify a value from 3 to 255.

Default Value: 16

Note:

Example

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

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