GDSX Manual
User Exit Descriptions
Extended General Device Support (GDSX) Manual–134303
9-8
USER^ATTRIBUTES
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
token-code input
INT(32):value
is the SCF token code. The value of token-code is one of the following:
token-value input
INT:ref
is a pointer to a STRUCT containing attribute values. When this
USER^ATTRIBUTES is called by TSCODE, attribute variables in this STRUCT
contain spaces unless they have been set by means of an SCF ADD or ALTER
command (spaces in INT variables will equal 8224). USER^ATTRIBUTES code
may change the values of the variables except the one associated with the
EXTSUSIZE configuration parameter.
A sample STRUCT is shown later in this subsection.
0 The token was anticipated and the token value returned is correct
-1 An error occurred
5003 ADD command
5006 ALTER command
150929409 ADD SU command
150929411 ALTER SU command