KDS_X_TEMS_LSRPOOL_BUFSIZEn

This parameter specifies the size (in bytes) of each virtual storage buffer in buffer pool n in the VSAM resource pool.

Required or optional
Required
Location where the parameter value is stored
KDSSYSIN member of the rhilev.rte.RKANPARU library for the runtime environment of the monitoring server
Parameter name and syntax
LSRPOOL(size,number)
Default value
  • Default for the Configuration Manager and PARMGEN: See the example in the Description section.
  • Default in TMS:Engine: No default value, but starting TMS:Engine requires at least one LSRPOOL parameter.
Permissible values
512, 1024, 2048, 4096, 8192, 12288, 16384, 20480, 24576, 28672, or 32768
PARMGEN name
KDS_X_TEMS_LSRPOOL_BUFSIZEn
Description
Size (in bytes) of each virtual storage buffer in buffer pool n in the VSAM resource pool. You must specify a size for each buffer pool individually; you cannot string the definitions together.
Example:
KDS_X_TEMS_LSRPOOL_BUFSIZE1       32768
KDS_X_TEMS_LSRPOOL_BUFFER_NUM1    12
KDS_X_TEMS_LSRPOOL_BUFSIZE2       8192
KDS_X_TEMS_LSRPOOL_BUFFER_NUM2    21
KDS_X_TEMS_LSRPOOL_BUFSIZE3       4096
KDS_X_TEMS_LSRPOOL_BUFFER_NUM3    400
KDS_X_TEMS_LSRPOOL_BUFSIZE4       1024
KDS_X_TEMS_LSRPOOL_BUFFER_NUM4    6
Related parameters