PAM Management Programming Manual

Commands and Responses
PAM Management Programming Manual142481
5-56
STATUS LINE Command
STATUS LINE Command
STATUS LINE is a nonsensitive command that returns current status information for the
specified line.
ZPAM-MAP-STATUS-LINE is an extensible structured token that contains the current
status information for the specified line.
This token has the token number ZPAM-TNM-STATUS-LINE and the DDL definition
ZPAM-DDL-XSTATUS-LINE. It is present in every STATUS LINE response record.
ZPAM-MAP-XSTATUS-LINE contains the following fields:
ZCURR-STATE
is the current summary state of the line.
ZLOGCL-DEV-NUM
is the logical device (LDEV) number for this line.
ZPCPU
is the primary processor number.
ZBCPU
is the backup processor number. -1 in this field indicates that the line is running
without a backup processor.
ZPPIN
is the process ID number (PIN) of the primary process.
ZBPIN
is the process ID number (PIN) of the backup process.
Additional Tokens in Response Buffer
ZPAM-MAP-STATUS-LINE
def ZPAM-DDL-XSTATUS-LINE.
02 ZCURR-STATE type ZSPI-DDL-INT. !r
02 ZLOGCL-DEV-NUM type ZSPI-DDL-INT. !r
02 ZPCPU type ZSPI-DDL-INT. !r
02 ZBCPU type ZSPI-DDL-INT. !r
02 ZPPIN type ZSPI-DDL-INT. !r
02 ZBPIN type ZSPI-DDL-INT. !r
02 ZNUM-OF-PORTS type ZSPI-DDL-INT. !r
02 ZTRACE-ON type ZSPI-DDL-BOOLEAN. !r
end.