X25AM Management Programming Manual

Commands and Responses
X25AM Management Programming Manual528037-001
6-9
ABORT Command
ZSPI-TKN-ERRLIST
is a standard SPI error list, as described in the SPI Programming Manual. The list
ends with the token ZSPI-TKN-ENDLIST.
ZSPI-TKN-CONTEXT
is the standard SPI context token described in the SPI Programming Manual.
Operational Notes
ABORT is a sensitive command.
The lines and subdevices are placed in the STOPPED summary state.
All activities being performed by the lines and subdevices are halted, and files and
listings can be left in an inconsistent or incomplete state.
If both a line and its subordinate subdevices are to be terminated, the subdevices
are terminated first and then the line is terminated.
The lines and subdevices must not be in the DIAGNOSING summary state when
this command is issued.
For more controlled termination of lines and subdevices, use the STOP command.
To initiate the operation of lines and subdevices, use the START command.
Error-Handling Notes
If the token ZCOM-TKN-SUB is present when the object type is ZCOM-OBJ-SU
and the value is not ZCOM-VAL-SUB-NONE, the error identified by the error
number ZCOM-ERR-TKN-VAL-INV is returned.
The error identified by the error number ZCOM-ERR-SUB-NOT- FOUND is
returned if, in the command, the object type is ZCOM-OBJ-LINE, the subordinate-
modifier token ZCOM-TKN-SUB is present and contains the value ZCOM-VAL-
SUB-ONLY, and the specified line has no subordinate subdevices.
If an attempt is made to abort a line or subdevice that is already in the STOPPED
summary state, the error identified by the error number ZCOM-ERR-OBJ-ALRDY-
IN-SUMSTATE is returned.
If an attempt is made to abort a line that is in the DIAGNOSING summary state,
the error identified by the error number ZCOM-ERR-CMD-INV-IN-SUMSTATE is
returned.