AM3270 Management Programming Manual

COMMANDS AND RESPONSES
DELETE Command
ZCOM-ERR-OBJ-NOT-SUPP (-18)
Your management application tried to delete an object that is
not supported by the AM3270 subsystem. The objects supported
by the AM3270 subsystem are PROC, LINE, and SU. For the
DELETE command, you must specify the object type ZCOM-OBJ-LINE
or ZCOM-OBJ-SU.
ZCOM-ERR-CMD-MISMATCH (-4)
Your management application tried to delete a process by using
the object type ZCOM-OBJ-PROC. The command is valid only for
the object types ZCOM-OBJ-LINE or ZCOM-OBJ-SU.
ZCOM-ERR-CMD-INV-IN-SUMSTATE (-3)
Your management application tried to delete a subdevice while
the line was in the DIAG summary state or when the subdevice
to be deleted was not in the STOPPED summary state.
ZSPI-TKN-ENDLIST indicates the end of a data list or an error
list. This token is described in "SPI Standard Definitions"
in Section 5 and the
Distributed Systems Management (DSM)
Programming Manual
.
ZSPI-TKN-CONTEXT specifies whether there are more reply messages
to be received for a response. This token is described in "SPI
Standard Definitions" in Section 5 and the
Distributed Systems
Management (DSM) Programming Manual
.
Operational Notes
• DELETE is a sensitive command.
• When the command is completed, the subdevices are removed from
the subsystem.
• The line must not be in the DIAG (diagnosing) summary state
when this command is issued.
• The subdevices must be in the STOPPED summary state when this
command is issued.
• The token ZCOM-TKN-SUB must have the value ZCOM-VAL-SUB-ONLY
when the object type is LINE to delete subordinate subdevices.
• To add subdevices, use the ADD command.
6-41