Envoy Configuration and Management Manual

Subsystem Control Facility (SCF) Commands for
Envoy
Envoy Configuration and Management Manual429861-001
5-3
ABORT LINE Command
ABORT LINE Command
The ABORT command terminates the operation of objects as quickly as possible. Only
enough processing is done to ensure the security of the subsystem. The object is left in
the STOPPED state. This is a sensitive command.
The command syntax is as follows:
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 line is aborted
(see the SCF Reference Manual for G-Series Releases for details about the
ASSUME command). You can only abort lines.
Considerations
For more controlled termination of lines, use the STOP command.
A warning is returned if the line is in the STOPPED state.
To initiate the operation of lines, use the START command.
When you use the ABORT command, all activities being performed by the lines and
adapters come to a halt, and files can be left in an inconsistent or incomplete state.
All application OPENs will be aborted.
After the ABORT command is executed, the line is in the STOPPED state.
Envoy does not support the SUB or SEL options.
Examples
The following command aborts the line $ENVY:
-> ABORT LINE $ENVY
The following commands assume the line $BSC, then aborts the line $BSC:
-> ASSUME LINE $BSC
-> ABORT LINE
The following command aborts the assumed line. If no line object has been assumed,
you receive a syntax error.
-> ABORT
ABORT [ / OUT file-spec / ] [ LINE line-name ]