SNAX/HLS Application Programming Manual

HLSDEALLOCATE Verb
SNAX/HLS Verbs
104707 Tandem Computers Incorporated 5–23
COMPLETION–MODE
specifies the way the SNAX/HLS server responds to your request. One of the
supported alternatives must be supplied. These alternatives are:
Q Queued response.
W Wait response. The SNAX/HLS server replies to you only after a Q
request is complete.
For a complete discussion of these completion modes, refer to Section 4, “The Standard
Verb Interface.”
REQUEST–FORMAT
is reserved for future expansion of the verb. This field must contain a blank.
Reply Details
VERB–CODE
identifies the reply by an integer constant (of value 16), named as follows:
VERB–HLS–DEALLOCATE (in SCOBOL)
VERB^HLS^DEALLOCATE (in TAL)
SESSION–ID
identifies the session.
RETURN–CODE
is a computational (that is, binary) field that indicates the success or failure of the
operation requested. The return condition of RC–OK indicates success. The
possible error responses are explained below. See Appendix A of the SNAX/HLS
Diagnosis and Support Manual for more information on error codes.
SYSTEM–ERROR–CODE
is a modifier to RETURN–CODE:
If RETURN–CODE contains either RC–SEND–CHECK, RC–SESSION–FAILURE,
or RC–REQUEST–REJECT, then this field contains the first 2 bytes of the SNA
sense data. The last 2 bytes are in the USER–ERROR–CODE field.
If RETURN–CODE contains any value other than those listed above, this field is
undefined and should not be analyzed.
USER–ERROR–CODE
contains the second two bytes of SNA sense data if the SYSTEM-ERROR-CODE
contains the first two bytes of SNA sense data.