PAM Management Programming Manual

Commands and Responses
PAM Management Programming Manual142481
5-58
STATUS MSAP SNATR Command
STATUS MSAP SNATR Command
The STATUS MSAP SNATR command returns current status information for the
message-system access point (MSAP).
ZPAM-MAP-STATUS-MSAP-SNATR is an extensible structured token that contains
the current status information for the specified MSAP.
This token has the token number ZPAM-TNM-STATUS-MSAP-SNATR and the DDL
definition ZPAM-DDL-STATUS-MSAP-SNATR. It is present in every STATUS MSAP
response record. ZPAM-MAP-STATUS-MSAP-SNATR contains the following fields:
ZCURR-STATE
is the summary state of the MSAP object. The value of this field can be any one of
the following summary states:
ZCOM-VAL-SUMSTATE-STOPPED
ZCOM-VAL-SUMSTATE-STOPPING
ZCOM-VAL-SUMSTATE-ABORTING
ZCOM-VAL-SUMSTATE-STARTED
ZCOM-VAL-SUMSTATE-STARTING
ZCOM-VAL-SUMSTATE-SUSPENDED
ZCURR-NUM-PORTS
indicates the current number of ports opened through this MSAP.
ZCURR-NUM-SESS
indicates the current of number of sessions opened through this MSAP.
Additional Tokens in Response Buffer
ZPAM-MAP-STATUS-MSAP-SNATR
def ZPAM-DDL-STATUS-MSAP-SNATR.
02 ZCURR-STATE type ZSPI-DDL-ENUM. !r
02 ZCURR-NUM-PORTS type ZSPI-DDL-INT. !r
02 ZCURR-NUM-SESS type ZSPI-DDL-INT. !r
end.