PAM Management Programming Manual
Common Definitions
PAM Management Programming Manual—142481
4-4
Header Tokens
ZSPI-TKN-MAXRESP
indicates the maximum number of response records a requester will accept in a
response buffer. The requester can specify any of the following values:
ZSPI-TKN-OBJECT-TYPE
specifies the object-type number of a PAM object. The value of this token for the
PAM subsystem is always ZCOM-OBJ-type, where type specifies the object type.
The valid object types associated with a command vary with each command used by
the PAM subsystem. Refer to Section 5, Commands and Responses
, to learn which
objects are valid for a specific command.
ZSPI-TKN-SERVER-VERSION
specifies the server version of the PAM Manager (PAMMAN) process. This token
is required in all the commands and responses. The SSINIT procedure initializes the
command buffer with this token using the value ZSPI-VAL-NULL-VERSION. The
subsystem can provide the value of this token for purposes of comparison. The
value provided by the subsystem must be at least as current as the value provided by
SSINIT. If it is not as current, the PAM subsystem rejects the command.
ZSPI-TKN-SSID
specifies the subsystem ID (SSID). This token is required in all commands and
responses. The SSINIT procedure initializes the command buffer with this token
using the value defined in the subsystem’s definition file. The value used for the
PAM subsystem is ZPAM-VAL-SSID.
ZPAM-VAL-SSID has the following structure definition:
-1 As many response records as will fit in the response buffer can be
returned. Each response record will be enclosed in a data list.
0 Only one response record will be returned. The response record will not
be enclosed in a data list. This is the default value.
n As many as n response records will be returned (n>0). Each response
record will be enclosed in a data list.
def ZPAM-VAL-SSID tacl SSID.
02 Z-FILLER type ZSPI-DDL-CHAR8, value ZSPI-VAL-TANDEM.
02 Z-OWNER type ZSPI-DDL-CHAR8, redefines Z-FILLER.
02 Z-NUMBER type ZSPI-DDL-INT, value ZSPI-SSN-ZPAM.
02 Z-VERSION type ZSPI-DDL-UINT, value ZPAM-VAL-VERSION.
end.