SNAX/HLS Application Programming Manual
SET ATTRIBUTES Verb
SNAX/HLS Verbs
5–110 104707 Tandem Computers Incorporated
SET-ATTRIBUTES
Verb
The SET–ATTRIBUTES verb allows the user of SNAX/HLS to alter dynamically a
subset of the PROFILE attributes. The value of TRANSLATE, LMO processing, and
RESPONSE- TYPE (type of SNA response to request on chains) can be set with this
verb.
Request Format
77 VERB–SET–ATTRIBUTES pic 9(4) comp value 12.
01 SET–ATTRIBUTES–REQUEST.
02 VERB–CODE pic 9(4) comp.
02 SESSION–ID pic 9(4) comp.
02 REQUEST–TEXT.
03 TRANSLATION–INDICATOR pic X. (Y or N)
03 LARGE–MESSAGE–OPTION pic X. (Y or N)
03 RESPONSE–TYPE pic X. (1,2,or 3).
Reply Format (verb–code = 12)
01 SET–ATTRIBUTES–REPLY.
02 VERB–CODE pic 9(4) comp.
02 SESSION–ID pic 9(4) comp.
02 RETURN–CODE pic 9(4) comp.
02 SYSTEM–ERROR–CODE pic S9(4) comp.
02 USER–ERROR–CODE pic S9(4) comp.
02 RETRY–ACTION–CODE pic 9(4) comp.
Return Codes
RC–OK
RC–INVALID–VERB
RC–INVALID–SESSION–ID
RC–INVALID–VERB–LENGTH
RC–SYNTAX–ERROR
RC–POSSIBLE–DATA–LOSS
RC–SESSION–NOT–ALLOCATED
Request Details
VERB–CODE
identifies the request by an integer constant (of value 12), named as follows:
VERB–SET–ATTRIBUTES (in SCOBOL)
VERB^SET^ATTRIBUTES (in TAL)
SESSION–ID
identifies this session. SNAX/HLS generates a session ID in response to an
OPEN–SESSION or an HLS–ALLOCATE verb.