Envoy Configuration and Management Manual
Subsystem Control Facility (SCF) Commands for
Envoy
Envoy Configuration and Management Manual—429861-001
5-50
STOP LINE Command
STOP LINE Command
The STOP command terminates the operation of lines in a normal manner. Upon the
successful completion of the STOP command, objects are 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 stopped. If you omit the line-name, the assumed line is
stopped (for information about the ASSUME command, see the SCF Reference
Manual for G-Series Releases).
Considerations
•
To terminate an object immediately, use the ABORT command.
•
Envoy does not support the SEL or SUB options.
•
A warning is issued if the line is already in the STOPPED state.
•
The STOP command is rejected if any OPENs are outstanding.
•
A completion of the SCF STOP command without any errors does not necessarily
mean that a command has completed successfully. Check to see if the line has
stopped by using the STATUS command.
Examples
The following command stops the line named $ENVY23:
-> STOP LINE $ENVY23
The following command stops the line named $ENVY24:
-> ASSUME LINE $ENVY24
-> STOP
STOP [ / OUT file-spec / ] [ LINE line-name ]