SNAX/HLS Application Programming Manual
GET-ATTRIBUTES Verb
SNAX/HLS Verbs
104707 Tandem Computers Incorporated 5–9
Request Details
VERB–CODE
identifies the request by an integer constant (of value 11), named as follows:
VERB–GET–ATTRIBUTES (in SCOBOL)
VERB^GET^ATTRIBUTES (in TAL)
SESSION–ID
identifies this session. SNAX/HLS generates a session ID in response to an
OPEN–SESSION and HLS–ALLOCATE verb.
REQUEST–TYPE
indicates the type of attributes requested. Valid entries are:
1 Return PROFILE values
2 Return BIND values
Reply Details
VERB–CODE
identifies the reply by an integer constant (of value 11), named as follows:
VERB–GET–ATTRIBUTES (in SCOBOL)
VERB^GET^ATTRIBUTES (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 specifies RC–SYNTAX–ERROR, this identifies the field in error
by counting each field following the SESSION–ID field. For example, a value
of 1 indicates that the first field following the SESSION–ID field is in error.
If RETURN–CODE contains any value other than those listed above, this field is
undefined and should not be analyzed.