NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
PARAM PNLDISTCODE
NonStop NET/MASTER MS Commands
2–230 115412 Tandem Computers Incorporated
PNLDISTCODE
PNLDISTCODE=
file-name
specifies the name of the distributed panel object file and sets the default value of
the SYSPARMS PNLOBJPATH system parameter.
The distributed panel object file contains some of the panel description files
distributed as part of a NonStop NET/MASTER MS.
Before distribution, source code is compiled into a panel object file using
NCLCOMP. This panel object file is called the distributed panel object file.
Because the source code is not distributed, the files in the distributed panel object
file cannot be customized.
Note If NonStop NET/MASTER MS cannot find the distributed panel object file, it cannot start.
You can specify the distributed panel object file in the form:
$
volume
.
subvolume
.
file-name
The default name of the distributed panel object file is:
$
isv-vol
.ZNNMPDS.PCODE
$
isv-vol
specifies the name of the volume on which NonStop NET/MASTER MS is
being installed.
Considerations
The distributed panel object file is part of the default search path that NonStop
NET/MASTER MS uses to locate a panel description file when an NCL process
attempts to display the panel.
If you change the name of the distributed panel object file or if the NCP program
file and the distributed NCL object file reside on different volumes, you must
specify the name of the NCL object file in the configuration file. For more
information on changing the name of the distributed panel object file, altering the
configuration file, and customizing the panel search path, refer to the NonStop
NET/MASTER MS System Management Guide.
The SHOW PARAM command displays a summary of NonStop NET/MASTER
MS startup parameters, including the name and location of the distributed panel
object file.
Example
The following example changes the name of the distributed panel object file:
PARAM PNLDISTCODE=$DATA1.ZNNMPOBJ.DISTPNL