AM3270 and TR3271 Configuration and Management Manual
SCF Interface to AM3270 and TR3271
AM3270 and TR3271 Configuration and Management Manual—529993-001
4-54
Command Syntax for the ABORT Command
If the DISCONNECT command fails because the AM3270 subdevice already is in
the STOPPED summary state, the ABORT command finishes processing
successfully, but with the connection broken at the TR3271 end. In this case, there
is a risk of losing data from the AM3270 PTP subdevice because it considers the
connection to exist. Therefore, it is recommended that you follow the normal
disconnect procedure before attempting an ABORT operation (for information
about normal disconnection, refer to the description of the DISCONNECT
command).
Command Syntax for the ABORT Command
The ABORT command has the following syntax:
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file.
LINE line-name | SU su-name
designates the line or subdevice to be aborted. If you omit line-name or
su-name, the assumed object is aborted. The objects that you can abort are lines
and subdevices.
SUB [ ONLY | ALL ]
directs the command to a set of subordinate objects.
ONLY specifies that only the subordinate objects are affected.
ALL specifies that the named object and all the subordinate objects are affected.
If you omit a value for SUB, ALL is assumed.
Examples of the ABORT Command
The following command aborts the line $TR3271 as well as all subdevices on that line:
ABORT LINE $TR3271, SUB ALL
The following command can also be used to abort the line $TR3271:
ABORT LINE $TR3271, SUB
The following command aborts the subdevice $TR3271.#TERM1:
ABORT SU $TR3271.#TERM1
ABORT [ / OUT file-spec / ] [ LINE line-name | SU su-name ]
[ , SUB [ ONLY | ALL ] ]