CP6100 Configuration and Management Manual

Managing CP6100 Using the Subsystem
Control Facility (SCF)
CP6100 Configuration and Management Manual426741-003
8-8
ABORT Command
ABORT Command
The ABORT command terminates the operation of LINE objects as quickly as
possible—only enough processing is done to ensure the security of the subsystem.
The objects are left in the STOPPED state. ABORT is a sensitive 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
designates the line to be aborted. If you omit line-name, the assumed object is
aborted (see the SCF Reference Manual for G-Series RVUs or SCF Reference
Manual for H-Series RVUs for details about the ASSUME command).
Considerations for the ABORT Command
The ABORT command is rejected with an error if the line is in the DIAGNOSING
state.
A warning is returned if the line is in the STOPPED state.
All application OPENs are aborted when an ABORT command is sent.
When you use the ABORT command, all activities being performed by the line
come to an abrupt halt, and all outstanding requests are canceled.
Example of the ABORT Command
The following SCF command aborts a line named $CPL1:
- > ABORT LINE $CPL1
ABORT [ /OUT file-spec / ] [ LINE line-name ]