LUMODES catalog table

Each row of the LUMODES table provides VTAM® with conversation limits for a specific combination of LUNAME and MODENAME. The schema is SYSIBM. The table is accessed only during the initial conversation limit negotiation between Db2 and a remote LU. This negotiation is called change-number-of-sessions (CNOS) processing.

Rows in this table can be inserted, updated, and deleted.

Table 1. SYSIBM.LUMODES table column descriptions
Column name Data type Description Use
LUNAME
VARCHAR(24)
NOT NULL
LU name of the server involved in the CNOS processing. G
MODENAME
VARCHAR(24)
NOT NULL
Name of a logon mode description in the VTAM logon mode table. G
CONVLIMIT
SMALLINT
NOT NULL
Maximum number of active conversations between the local Db2 and the other system for this mode. Used to override the number in the DSESLIM parameter of the VTAM APPL definition statement for this mode. G
IBMREQD
CHAR(1)
NOT NULL WITH
DEFAULT 'N'
A value of Y indicates that the row was provided with the Db2 product code. For all other values, see Release dependency indicators.

The value in this field is not a reliable indicator of release dependencies.

G