|
Each row of the table provides VTAM with conversation limits for a specific combination of LUNAME and MODENAME.
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.
| Nome da coluna |
Tipo do dado |
Descrição |
Uso |
| LUNAME |
CHAR(8) NOT NULL |
LU name of the server involved in the CNOS processing. |
G |
| MODENAME |
CHAR(8) 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 definit statement for this mode. |
G |
| IBMREQD |
CHAR(1) NOT NULL WITH DEFAULT 'N' |
A value of Y indicates that the row came from the basic machine-readable material (MRM) tape.
For all other values, see Release dependency indicators in topic D.0. |
G |
© Copyright IBM Corp.
|