OSI/AS Programming Manual
Named Values
DDL Definitions
056783 Tandem Computers Incorporated A–25
ZAPS-VAL-CON-P-REJECT-NOATTACH shows that the service provider rejects the
connection because the called user is not attached to the session service access point
(SSAP). This value applies to session connections.
ZAPS-VAL-CON-P-REJECT-VERSION shows that the version of the session protocol
proposed by your service provider has been rejected by the remote service provider.
This value applies to session connections.
ZAPS-VAL-CON-U-REJECT shows that the user application rejected the connection.
This value applies to presentation connections.
ZAPS-VAL-CON-P-REJECT shows that the provider rejected the connection. This
value applies to presentation connections.
ZAPS-VAL-CON-REJECT-PERM shows that the connection was rejected because of a
permanent problem, usually an error in the connect request. This value applies to
ACSE connections.
ZAPS-VAL-CON-REJECT-TRANS shows that the connection was rejected because of a
transient problem for which a retry may succeed. This value applies to ACSE
connections.
ZAPS-VAL-DATA-xxx tells the API how you want user data to be sent when you use
the APS_DATA_REQ_ and APS_TYPEDDATA_REQ_ procedures. The descriptions of
these procedures in Section 3 describe the ZAPS-VAL-DATA-xxx values in detail.
CONSTANT ZAPS-VAL-DATA-NOVALUE VALUE 0.
CONSTANT ZAPS-VAL-DATA-MORE VALUE 1.
CONSTANT ZAPS-VAL-DATA-ABORT VALUE 2.
ZAPS-VAL-DATA-NOVALUE is the default value.
ZAPS-VAL-DATA-MORE tells OSI/AS that there is more data to send in the current
primitive.
ZAPS-VAL-DATA-ABORT tells TAPS to end the primitive after an error or a call to
MFM_CANCELREQ_.
ZAPS-VAL-DATA-TYPE-xxx. See ZAPS-DDL-DATA-ELEMENT-HDR.