TS/MP 2.5 Management Programming Manual

to a server class counts as a static link in the server statistics. For more information
on configuring this field, see the TS/MP 2.5 System Management Manual.
The value of ZNUMSTATIC cannot exceed the value of ZMAXSERVERS.
ZOUT
is the name of the OUT file in the startup message that receives output from the
server class; this is a DEFINE name.
The node name can be either a specific node name or \*, a generic name
representing the node on which the PATHMON process is currently running. If you
do not specify a node name, the default node for the file-name expansion is
determined by the value you specify for the ZNODEINDEPENDENT field of the
START PATHWAY command.
If you do not assign a value to this field, then the spaces are passed to the servers
for the file name.
This field is valid for Guardian server processes only.
ZPRIORITY
is the priority at which the server processes of this server class run. The value can
range from 1 to 199.
If you do not assign a value to this field, then the default is a priority of 10 less than
the priority of the PATHMON process.
ZPROGRAM
is the name of the object file to be used by the server processes in this server class.
For Guardian processes, specify a Guardian file name. The file name is validated
when the START SC command is executed.
The node name can be either a specific node name or \*, a generic name
representing the node on which the PATHMON process is currently running. If you
do not specify a node name, the default node for the file-name expansion is
determined by the value you specify for the ZNODEINDEPENDENT field of the
START PATHWAY command.
For OSS processes, specify an absolute OSS pathname; case is significant. For a
discussion of OSS pathnames, see the TS/MP 2.5 System Management Manual.
This is a required field for Guardian and OSS server processes.
ZSENDTIMEOUT
specifies the timeout value that a link manager (such as an ACS subsystem processes,
or Pathway/iTS TCP) uses for the I/O operation to the server process.
You must specify ZSENDTIMEOUT as a quadrupleword (64-bit) microsecond value;
the value must be in the range of 0 to 18 hours or 0 to 1092 minutes, or 0 to
16,383 seconds. To convert a value expressed in hours, minutes, or seconds into
a quad-word microsecond value, use the algorithm:
hours * 60 = minutes
minutes * 60 = seconds
seconds * 1,000,000 = microseconds
If you do not assign a value to this field, then there is no timeout on the server I/O
operation; that is, the link manager waits indefinitely for the server I/O operation
to complete.
A SERVERCLASS_SEND_ call that times out returns Pathsend error
FESCSERVERLINKCONNECT (904) and file-system error 40. A SCREEN COBOL
88 ZPWY-MAP- Definitions