SNAX/HLS Application Programming Manual
SET ATTRIBUTES Verb
SNAX/HLS Verbs
104707 Tandem Computers Incorporated 5–111
REQUEST–TEXT
contains three one–byte fields used to set the value of PROFILE attributes.
TRANSLATION–INDICATOR
Specifies whether partner data is to be converted. The values are Y and N.
LARGE–MESSAGE–OPTION
Specifies the setting of the option. The values are Y and N.
RESPONSE–TYPE
Specifies the DR–values for requests. The legal values are 1, 2, or 3.
Reply Details
VERB–CODE
identifies the reply by an integer constant (of value 12), named as follows:
VERB–SET–ATTRIBUTES (in SCOBOL)
VERB^SET^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 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 next two follow 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.