AM3270 and TR3271 Configuration and Management Manual
SCF Interface to AM3270 and TR3271
AM3270 and TR3271 Configuration and Management Manual—529993-001
4-45
Command Syntax for the STOP Command
Command Syntax for the STOP Command
The STOP 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 stopped. If you omit the line-name or su-
name, the assumed object is stopped.
SUB [ ONLY | ALL | NONE ]
directs the command at a set of subordinate objects.
ONLY specifies that only the subordinate objects are affected.
ALL specifies that the named object and the subordinate objects are affected.
NONE specifies that no subordinate objects are affected.
If you omit subtype, ALL is assumed.
Examples of the STOP Command
The following command stops the line $AM3270:
STOP LINE $AM3270
The following command stops all the subdevices on the line $AM3270 and also the line
$AM3270:
STOP LINE $AM3270, SUB ALL
The following command stops the subdevice $AM3270.#TERM1:
STOP SU $AM3270.#TERM1
STOP [ / OUT file-spec / ] [ LINE line-name | SU su-name ]
[ , SUB [ ONLY | ALL | NONE ]