GDSX (Extended General Device Support) Manual
User Exit Descriptions
Extended General Device Support (GDSX) Manual—529931-001
9-8
USER^ATTRIBUTES
USER^ATTRIBUTES is impossible, because at that point memory for the DCBs has
already been allocated. Also, because SCF messages are picked up only after this
allocation is complete, changing EXTSUSIZE by means of SCF is impossible.
See the SCF Reference Manual for GDSX for more information on these attributes.
status returned value
INT:value
is the returned value. The value of status is generated by a TAL RETURN
statement in USCODE and is one of the following:
scf-command input
INT:value
indicates the SCF command for this request. The value of scf-command is one of
the following:
su-object-type input
INT:value
is the SU object type, and is always equal to 21.
request-object-name input
INT:ref:12
is the object name for this request, a two- or three-level name specified in the ADD
or ALTER command. For example, $GDSX.#IOP1.TERM1 is the object name in
the following command:
-> ADD SU $GDSX.#IOP1.TERM1
status := USER^ATTRIBUTES ( scf-command !
i
,su-object-type !
i
,request-object-name !
i
,token-code !
i
,token-value ); !
i
0 The token was anticipated and the token value returned is correct
-1 An error occurred
5003 ADD command
5006 ALTER command