AM3270 Management Programming Manual
 COMMANDS AND RESPONSES
 ALTER Command
 ZSPI-TKN-RETCODE specifies the return code for the command. This
 token is described in "SPI Standard Definitions" in Section 5 and
 the 
Distributed Systems Management (DSM) Programming Manual
.
 For details on the data-communications error numbers and their
 associated error lists, see "Common Error Numbers and Error
 Lists" in the 
Communications Management Programming Manual
. For
 details on the AM3270 error number and their associated error
 lists, see Appendix A in this manual.
 The possible nonzero values of RETCODE in response to the ALTER
 command are as follows:
 ZCOM-ERR-VAL-REQ (-31)
 ZCOM-ERR-TKN-VAL-INV (-30)
 ZCOM-ERR-TKN-LEN-INV (-28)
 ZCOM-ERR-TKN-DUP (-27)
 ZCOM-ERR-TKN-CODE-INV (-26)
 ZCOM-ERR-SSID-INV (-24)
 ZCOM-ERR-SECUR-VIOL (-22)
 ZCOM-ERR-OBJNAME-INV (-19)
 ZCOM-ERR-OBJ-NOT-FOUND (-17)
 ZCOM-ERR-FNAME-INV (-9)
 ZCOM-ERR-CMD-TIMED-OUT (-7)
 ZCOM-ERR-OBJ-NOT-SUPP (-18)
 Your management application has tried to alter an object that
 is not supported by the AM3270 subsystem. The supported
 objects are PROC, LINE and SU. For the ALTER command, you
 must specify the value ZCOM-OBJ-LINE (LINE object) or ZCOM-
 OBJ-SU (SU object).
 ZCOM-ERR-NO-MEM-SPACE (-14)
 The subsystem cannot alter the subdevice at this time because
 the necessary memory for the line or subdevice control block
 cannot be allocated.
 ZCOM-ERR-CMD-MISMATCH (-4)
 Your management application tried to alter a process by using
 the value ZCOM-OBJ-PROC. The command is valid only for the
 value ZCOM-OBJ-LINE or ZCOM-OBJ-SU.
 ZCOM-ERR-CMD-INV-IN-SUMSTATE (-3)
 Your management application tried to alter a line or subdevice
 while the line was in the DIAG summary state. This summary
 state prevents processing of the ALTER command.
 6-30










