PAM Configuration and Management Manual

SCF for PAM
PAM Configuration and Management Manual523349-003
3-7
ABORT MSAP Command
LINE line-name
is the name of the line. LINE has the same name as the PAM PROCESS; for
example, $PAMA.
SUB [ ALL | NONE | ONLY ]
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 none of the subordinate objects are affected.
SEL [NOT] state
directs the command only to objects in the specified state or only to those not in
the specified state. Valid states are STARTED, STARTING, STOPPED,
STOPPING, and SUSPENDED.
Consideration
For a more controlled termination of objects, use the STOP command.
Example
This example aborts the LINE object named $PAMA and all its subordinate objects
(such as MSAP and SESSION):
->ABORT LINE $PAMA, SUB ALL
ABORT MSAP Command
The ABORT MSAP command halts the operation of the specified message system
access point (MSAP) as quickly as possible. Only enough processing is done to
ensure that the MSAP object can run again when it is restarted. The object is left in the
STOPPED state if the command is successful. PAM only supports the #SNATR MSAP.
Command Syntax
OUT file-spec
directs any SCF output generated for this command to the specified file.
MSAP msap-name
is the name of the MSAP. The name must be #SNATR.
ABORT [ /OUT file-spec/ ] MSAP msap-name
[ , SUB [ ALL | NONE | ONLY ] ] [, SEL [NOT] state ]