TR3271 Management Programming Manual

ERROR NUMBERS AND ERROR LISTS
4: ZTR3-ERR-ATTR-CONFL-SU
4: ZTR3-ERR-ATTR-CONFL-SU
A LINE attribute conflicts with an SU attribute. The ZXPARENT
field for an SU is defined as ZSPI-VAL-TRUE, but the LINE
attributes defined by the ZCHARSET, ZCTL-SET, ZXLATE, and
ZXPARENT fields are not properly specified. If an SU is defined
to function in transparent mode, the LINE attributes must be
defined as follows:
ZCHARSET ZTR3-VAL-EBCDIC
ZCTL-SET ZTR3-VAL-EBCDIC
ZXLATE ZSPI-VAL-TRUE
ZXPARENT ZSPI-VAL-TRUE
ZSPI-TKN-ERRLIST type ZSPI-TYP-LIST
ZSPI-TKN-ERROR type ZSPI-TYP-ERROR
ZCOM-TKN-OBJNAME type ZSPI-TYP-STRING
ZCOM-TKN-OBJTYPE type ZSPI-TYP-ENUM
ZSPI-TKN-ENDLIST type ZSPI-TYP-SSCTL
Tokens
ZSPI-TKN-ERROR is the standard SPI error token described in the
Distributed Systems Management (DSM) Programming Manual
. Its
value consists of the target subsystem ID and the error number
ZTR3-ERR-ATTR-CONFL-SU. This token is always present in the
error list.
ZCOM-TKN-OBJNAME is the object name on which the error occurred
in the command. This token is present in the error list if its
presence is relevant to the cause of the error. That is, if the
error was detected after the subsystem made choices based on the
object name, this token is present in the error list. Otherwise,
it is omitted from the list.
ZCOM-TKN-OBJTYPE is the object type provided with the command on
which the error occurred. Its value defines the type of object
against which the command was issued.
A-5