NET/MASTER Management Services (MS) System Management Guide
Specifying System File and Subvolume Locations
Configuring NonStop NET/MASTER MS
3–8 115414 NonStop NET/MASTER MS System Management Guide
3. Distributed NCL object file
If the NCL procedure does not reside in the distributed NCL object file, the search
fails. If the search fails, NonStop NET/MASTER MS cannot find the NCL
procedure, and you receive the message:
NNM1001 NCL PROCEDURE
procname
DOES NOT EXIST IN LIBRARY
$
isv-vol.libname
where
procname
is the name of the NCL procedure that you attempted to invoke,
and
libname
is the name of the first library in the search path of the user who
invoked the procedure.
Figure 3-1 illustrates the default NCL procedure search path.
Figure 3-1. Default NCL Procedure Search Path
User Procedure Library
(If specified in OPER01
user ID definition record)
Customized Procedure Library
Value of PARAM NCLCUSTSRC
(default is $
isv-vol.
ZNNMNCS)
Distribution Procedure Library
Value of PARAM NCLDISTSRC
(default is $
isv-vol.
ZNNMNDS)
User Procedure Library
(If specified in OPER
n
user ID definition record)
User Procedure Library
(If specified in OPER02
user ID definition record)
User ID OPER01
invokes an
NCL procedure
User ID OPER
n
invokes an
NCL procedure
User ID OPER02
invokes an
NCL procedure
• • • • • •
• • •
Distributed NCL Object File
Value of PARAM NCLDISTCODE
(default is $
isv-vol.
ZNNMNDO.NCODE)
005