SNAX/HLS Management Programming Manual
Standard SNAX/HLS Definitions
Common Definitions
6–30 104708 Tandem Computers Incorporated
ZOMIT–MODEM–WAIT
specifies whether SNAX/HLS waits for the SNAX/XF line to become operative
prior to starting to open the session. A value of ZSPI–VAL–TRUE indicates that no
line wait occurs; a value of ZSPI–VAL–FALSE indicates that line wait occurs.
ZOPEN–MODE
records whether this session is an acquire or accept session. This value is set by
the PROFILE selected in the verb that allocated the session.
This field can have the following enumerated values:
ZHLS–VAL–OPEN–MODE–ACCEPT
specifies that the session is established by accepting a BIND (or CINIT)
message from the partner; that is, the half session awaits action from the
partner.
ZHLS–VAL–OPEN–MODE–ACQUIRE
specifies that the session is established by issuing a request (BIND or
INIT–SELF).
ZPIPELINE–LU–IND
records whether the session is a pipelined session. This value is specified in the
PROFILE. A value of ZSPI–VAL–TRUE indicates that the session is pipelined.
ZPROFNAME
records the PROFILE name specified when the session was allocated. This name
identifies an entry in the RDT database in effect when the session was allocated.
ZRECOV–MODE
specifies recovery responsibility.
This field has the following enumerated values:
ZHLS–VAL–RECOV–MODE–LOSER
specifies that recovery is the responsibility of the contention loser.
ZHLS–VAL–RECOV–MODE–SYMM
specifies that the recovery responsibility is symmetrical.
ZRSPTYPE
records the DR response type that is requested on all outgoing requests. This
value is initially set by the PROFILE, but can be modified by an application. The
only values allowed are 1, 2, and 3, which indicate DR1, DR2, and DR1&DR2,
respectively.