KDS_TEMS_STORAGE_LIMIT_EXTEND

This parameter contains the maximum extended (above-the-line) storage request size, as a power of 2.

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
LIMIT(n,X)
Default value
  • Default for PARMGEN: LIMIT(23,X)
  • Default in TMS:Engine: LIMIT(16,X)
Permissible values
No higher than 25 (see Description)
PARMGEN name
KDS_TEMS_STORAGE_LIMIT_EXTEND
Description
Maximum extended (above-the-line) storage request size, as a power of 2. The value can be no higher than 25 (32768 KB).

This value is used in building storage access tables to speed memory allocation. If a process in TMS:Engine attempts to allocate a block of storage larger than the value set, program interruption U0100 or U0200 results. Too small a value causes components to fail. Too large a value wastes storage and increases processing overhead. You might to specify a large value if any monitoring agent reporting to the monitoring server builds large VTAM® request/response units (RUs) and data streams.

Related parameters