NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
PARAM NCLCUSTOBJ
NonStop NET/MASTER MS Commands
2–220 115412 Tandem Computers Incorporated
NCLCUSTOBJ
NCLCUSTOBJ=
file-name
specifies the name of the file containing object code created by executing NCL
procedures in the customized procedure library.
When you execute an NCL procedure, NCL automatically compiles it if it has not
been compiled before. The compilation process creates object code from the
source file. Object code is NCL code in an executable form, that is, a form that can
be executed by NCL. NCL stores the object code in an object file. The object code
created by executing NCL procedures in the customized procedure library is kept
in a file defined using the PARAM NCLCUSTOBJ command.
You can specify a customized procedure library object file in the form:
$
volume
.
subvolume
.
file-name
The name of the default customized procedure library object file is:
$
isv-vol
.ZNNMNCO.NCLCOBJ
$
isv-vol
specifies the name of the volume on which NonStop NET/MASTER MS is
being installed.
Example
The following example specifies a customized procedure library object file:
PARAM NCLCUSTOBJ=$DATA2.NCLCLIB.NCLCOBJ