NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
SYSPARMS NCLOBJPATH
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–499
NCLOBJPATH
NCLOBJPATH=(
file-name
[
,
file-name
] … )
specifies the NCL object file search path. You can specify a single NCL object file
or a list of NCL object files. By default, the object path is a single file: the
distributed NCL object file as set by the PARAM NCLDISTCODE command.
These files are searched after the distribution NCL procedure library and in the
order you set using the SYSPARMS NCLOBJPATH 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 NCL procedure search path is as follows:
1. User procedure library
2. System procedure library
a. Customized procedure library
b. Distribution procedure library
3. NCL object file(s)
To locate an NCL procedure, the user procedure library is searched first; then the
system procedure 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 NCLDISTCODE command.
Example
The following example adds an extra NCL object file (NOB1) to the NCL object file
search path. The additional file is searched after the distributed NCL object file,
NCODE:
SYSPARMS NCLOBJPATH=($DATA.ZNNMNDO.NCODE,$DATA.ZNNMNCO.NOB1)