TS/MP Management Programming Manual (G06.24+, H06.03+)

ZPWY-MAP- Definitions
NonStop TS/MP Management Programming Manual540082-001
7-16
ZPWY-MAP-DEF-SC
ZGUARDIANLIB
specifies the name of the user library object file that contains additional server
code space and procedures that can be shared among servers. If you supply a file
name for this field, the operating system uses this file name and the file named in
the ZPROGRAM field to access the server code.
For example:
ZPROGRAM $DATA.WORK.SRVOBJ
ZGUARDIANLIB $DATA.WORK.SRVLIB
In this example, whoever starts the PATHMON process must have WRITE and
EXECUTE access to the object file SRVOBJ.
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.
After starting a server, the operating system modifies the server object file to point
to the user library object file.
You can set the server user library file using the TACL RUN command or by using
the Binder program development tool. For more information, see the Binder
Manual.
If you do not assign a value to this field, the operating system accesses all of the
server code, including the user library object file, through the file that you define in
the ZPROGRAM field.
ZHOMETERM
is the name of the home terminal for servers in the server class.
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, the default is the home terminal of the
PATHMON process.