PAM Management Programming Manual
Commands and Responses
PAM Management Programming Manual—142481
5-59
STATUS PORT Command
STATUS PORT Command
STATUS PORT is a nonsensitive command that returns current status information for 
the specified PORT.
ZPAM-MAP-STATUS-PORT is an extensible structured token that contains the current 
status information for the specified PORT.
This token has the token number ZPAM-TNM-STATUS-PORT and the DDL definition 
ZPAM-DDL-STATUS-PORT. It is present in every STATUS PORT response record. 
ZPAM-MAP-STATUS-PORT contains the following fields:
ZCURR-STATE 
is the current summary state of the port.
ZSDN 
is the port’s subdevice number.
ZNUM-OF-OPENS 
is the current number of file-system opens against the port. This field is valid only 
for LLC1 type ports.
ZMAX-SDU-DATA-SIZE 
is the maximum SDU size, in bytes, that can be sent or received through this port. 
This field is valid only for LLC1 type ports.
ZNUM-OF-SESS
is the number of sessions that are currently open on the port. A port corresponds to a 
SAP. This field is valid only for LLC2 type ports.
Additional Tokens in Response Buffer
ZPAM-MAP-STATUS-PORT
 def ZPAM-DDL-STATUS-PORT.
 02 ZCURR-STATE type ZSPI-DDL-INT. !r
 02 ZSDN type ZSPI-DDL-INT. !r
 02 ZNUM-OF-OPENS type ZSPI-DDL-INT. !r
 02 ZMAX-SDU-DATA-SIZE type ZSPI-DDL-INT. !r
 02 ZNUM-OF-SESS type ZSPI-DDL-INT. !r
 02 ZSNA-RECV-WIN type ZSPI-DDL-INT. !r
 02 ZSNA-XMIT-WIN type ZSPI-DDL-INT. !r
 end.










