SNAX/APC Management Programming Manual

ZAPC-TKN-EMS-SUPPRESSION
Common Definitions
111813 Tandem Computers Incorporated 4–27
ZAPC-TKN-DRAIN-TARGET
specifies whether the target LU in a CNOS conversation, initiated by a
RESET_SESSION_LIMIT CNOS verb, can drain its allocation requests. A value of
ZSPI-VAL-FALSE indicates that the target LU cannot drain its allocation requests.
The DRAIN-TARGET token has the token type ZSPI-TYP-BOOLEAN. The
programmatic commands that use this token include ZCOM-CMD-INFO and
ZCOM-CMD-STOP. The valid object type for this token is PTNR-MODE.
This token is always returned in the ZCOM-CMD-INFO response buffer. When
specified with the STOP command, the default value is ZSPI-VAL-FALSE.
ZAPC-TKN-EMS-SUPPRESSION
instructs SNAX/APC to suppress EMS events for the specified object type. It is
used as a bit mask with the following definitions:
Object Type Bit Number Hexadecimal Representation
LU 1 %H4000
PTNR-LU 2 %H2000
PTNR-MODE 3 %H1000
SESSION 4 %H0800
TPN 5 %H0400
TPI 6 %H0200
CONVERSATION 7 %H0100
The EMS-SUPPRESSION token has the token type ZSPI-TYP-INT. The
programmatic commands that use this token are ZCOM-CMD-ALTER and
ZCOM-CMD-INFO. The valid object type for this token is PROC.
To suppress EMS events for more than one object, specify the sum of the
hexadecimal representations. For example, to suppress EMS events for the LU and
SESS objects, specify %H4800. To subsequently remove the suppression of events
for the SESS object, specify %H4000. To remove the suppression of events for all
objects, specify %H0000.
This token is always returned in the ZCOM-CMD-INFO response buffer. There is
no default value.