NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
PARAM NCLDISTCODE
NonStop NET/MASTER MS Commands
2–222 115412 Tandem Computers Incorporated
NCLDISTCODE
NCLDISTCODE=
file-name
specifies the name of the distributed NCL object file and sets the default value of
the SYSPARMS NCLOBJPATH system parameter. The distributed NCL object file
contains the object code of most NCL procedures distributed as part of NonStop
NET/MASTER MS.
Tandem distributes some NCL procedures required by NonStop NET/MASTER
MS as source files (refer to the NonStop NET/MASTER MS System Management
Guide for a list of NCL procedures for which source code is distributed). Other
NCL procedures are precompiled and distributed in a single object file, called the
distributed NCL object file. Because the source code for the distributed NCL
object file is not distributed with NonStop NET/MASTER MS, the files in the
distributed NCL object file cannot be customized. You cannot display the
decompiled source code of files within the distributed NCL object file, using the
DEBUG SOURCE command.
Note If NonStop NET/MASTER MS cannot find the distributed NCL object file, it cannot start.
You can specify the distributed NCL object file in the form:
$
volume
.
subvolume
.
file-name
The default name of the distributed NCL object file is:
$
isv-vol
.ZNNMNDO.NCODE
$
isv-vol
specifies the name of the volume on which NonStop NET/MASTER MS is
being installed.
Considerations
The distributed NCL object file is part of the default search path that NonStop
NET/MASTER MS uses to locate an NCL procedure when it is executed.
If you change the name of the distributed NCL object file or if the NCP program
file and the distributed NCL object file reside on different volumes, you must
specify the name of the NCL object file in the configuration file. For more
information on changing the name of the distributed panel object file, altering the
configuration file, and customizing the NCL procedure search path, refer to the
NonStop NET/MASTER MS System Management Guide.
The SHOW PARAM command displays a summary of NonStop NET/MASTER
MS startup parameters, including the name and location of the distributed NCL
object file.