NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
SYSPARMS PNLOBJPATH
NonStop NET/MASTER MS Commands
2–512 115412 Tandem Computers Incorporated
PNLOBJPATH
PNLOBJPATH=(
file-name
[
,
file-name
] … )
specifies the panel object file search path. You can specify a single panel object file
or a list of panel object files. By default, the object path is a single file: the
distributed panel object file as set by the PARAM PNLDISTCODE command.
These files are searched after the distribution panel library and in the order you set
using the SYSPARMS PNLOBJPATH command.
If you want to specify a list of files, each file in the list must be separated by a
comma and specified in the following form:
$
volume
.
subvolume
.
file-name
The complete panel search path is as follows:
1. User panel library
2. System panel library
a. Customized panel library
b. Distribution panel library
3. Panel object file(s)
To locate a panel description file, the user panel library is searched first; then the
system panel library is searched.
Considerations
Refer to the NonStop NET/MASTER MS System Management Guide for additional
information on setting search paths.
For related information, see the PARAM PNLDISTCODE command.
Example
The following example adds an extra panel object file (POJ1) to the NCL object file
search path. The additional file is searched after the distributed NCL object file,
PCODE:
SYSPARMS PNLOBJPATH=($DATA.ZNNMPDS.PCODE,$DATA.ZNNMPDS.POJ1)