TS/MP 2.5 Management Programming Manual

ZPWY-MAP-DEF-SC token-type ZPWY-DDL-DEF-SC.
ZPWY-TKN-DEF-SCPROGRAMOSS token-type ZSPI-TYP-BYTESTRING.
ZPWY-TKN-DEF-SCCWD token-type ZSPI-TYP-BYTESTRING.
ZPWY-TKN-DEF-SCSTDERR token-type ZSPI-TYP-BYTESTRING.
ZPWY-TKN-DEF-SCSTDIN token-type ZSPI-TYP-BYTESTRING.
ZPWY-TKN-DEF-SCSTDOUT token-type ZSPI-TYP-BYTESTRING.
ZPWY-TKN-DEF-SCENV token-type ZSPI-TYP-BYTESTRING.
ZPWY-TKN-DEF-SCARGLIST token-type ZSPI-TYP-BYTESTRING.
Considerations
Information about ASSIGN messages, DEFINEs, PARAM messages, and the startup message
string can be obtained with the INFO SCASSIGN, INFO SCDEFINE, INFO SCPARAM, and
INFO SCSTARTUP commands, respectively.
To obtain the default values for server class attributes, issue the INFO SC command and
assign a null value to the ZSERVERCLASS field in ZPWY-DDL-SEL-SC. The SPI requester can
use the default values to implement the equivalent of a PATHCOM SHOW SERVER command
issued before setting any server class attributes. The qualifier token must be included in the
command buffer to get the default values for the appropriate type of server class.
If ZPROCESSTYPE specifies a process type that does not agree with the server class specified
in ZSERVERCLASS, error 1035 (ZPWY-ERR-PM-NAMENOTDEFINED) is returned. Further error
information (ZPWY-ERR-PM-PROCESSTYPEMISMATCH) is included in the ERRLIST token.
When ZPWY-MAP-PAR-INFO is present in the command buffer and the ZNODEINDEPENDENT
field is set to ZPWY-VAL-YES, the INFO SC command returns all explicitly defined node names
for FNAME32 field types. \* is returned for all node names specified with \* and node names
that have not been specified but which have defaulted to \* because ZNODEINDPENDENT
is set to ON. The ZOWNERID field is returned with the value
ZPWY-VAL-NODEINDOWNERSYS.
If ZPWY-MAP-PAR-INFO is not present in the command buffer or if the ZNODEINDEPENDENT
field is set to ZPWY-VAL-NO, the INFO SC command returns all node names in expanded
form (\* is not used).The ZOWNERID field is returned with the node number of the PATHMON
process.
This command returns information about a server class only after the server class description
is added to the PATHMON configuration file using the ADD SC command.
INFO SCASSIGN
Use the INFO SCASSIGN command to obtain the attribute values for a server ASSIGN message
defined in the PATHMON configuration file. The attributes are the same as those for the ASSIGN
parameter of the PATHCOM SET SERVER command.
Continuation
To obtain information on all ASSIGN messages for a single server class, initialize the ZSERVERCLASS
field in ZPWY-DDL-SEL-SCASSIGN to the server class name, and initialize the ZPROGRAMUNIT
field to ZPWY-VAL-ALLSCASSIGNPU. (Continuation is not available using the ZSERVERCLASS
field.) Reissue the command continually by using the context token returned by the PATHMON
process until no data is returned in the reply buffer. For more information, see “Specifying
Continuation” (page 40).
INFO SCASSIGN 151