SNAX/XF and SNAX/APN Configuration and Management Manual
SCF Commands for SNAX/XF and SNAX/APN
SNAX/XF and SNAX/APN Configuration and Management Manual—425836-006
13-3
ABORT Command
ABORT Command
The ABORT command forces objects into the STOPPED state without regard to any
current activity. It is a sensitive command.
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file. file-spec must be a partially or fully qualified file name. If this option is not
specified, the output is sent to the home terminal.
object-name
is the name of an object to be aborted.
SUB [ subtype ]
selects the subordinate objects the command affects. subtype can be a
subordinate object type or one of the keywords ONLY, ALL, or NONE.
If a subordinate object type is named, only objects of that type are affected. ONLY
specifies that only the subordinate objects are affected. ALL specifies that the
named object and the subordinate objects are affected. NONE specifies that the
named object is affected but none of the subordinate objects are affected. If
subtype is omitted, ALL is assumed.
The SUB option is required for the SUBSYS object, and is not valid for SESSION
objects.
SEL [ NOT ] state
directs the command to stop only objects in the specified state (if NOT is omitted)
or only objects not in the specified state (if NOT is specified).
Valid states for APPL objects are INACTIVE, OPENED, and CONNECTED. Valid
states for other types of objects are ABORTING, DEFINED, DIAGNOSING,
STARTED, STARTING, STOPPED, STOPPING, SUSPENDED, SUSPENDING,
and UNKNOWN. The object states are described in Section 12, Objects for
SNAX/XF and SNAX/APN.
ABORT [ / OUT file-spec / ] { APPL }
{ LINE }
{ LU }
{ PU }
{ SESSION }
{ SUBSYS }
{ object-name }
{ ( object-name [, object-name ]... ) }
[, SUB [ subtype ] ] [, SEL [ NOT ] state ]