NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
PARAM NCLDISTOBJ
NonStop NET/MASTER MS Commands
2–224 115412 Tandem Computers Incorporated
NCLDISTOBJ
NCLDISTOBJ=
file-name
specifies the name of the file containing object code created by executing NCL
procedures from the distribution 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 distribution procedure library is kept
in a file defined using the PARAM NCLDISTOBJ command.
You can specify a distribution procedure library object file in the form:
$
volume
.
subvolume
.
file-name
The name of the default distribution procedure library object file is:
$
isv-vol
.ZNNMNDO.NCLDOBJ
$
isv-vol
specifies the name of the volume on which NonStop NET/MASTER MS is
being installed.
Example
The following example specifies a distribution procedure library object file:
PARAM NCLDISTOBJ=$DATA1.NCLDLIB.NCLDOBJ