NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
PARAM NCLOBJLIB
NonStop NET/MASTER MS Commands
2–226 115412 Tandem Computers Incorporated
NCLOBJLIB
NCLOBJLIB=
subvolume
specifies the subvolume name of a global library used by all users who create and
compile their own NCL procedures.
The PARAM NCLOBJLIB command creates a global definition. By default, every
user’s NCL object file is kept in this subvolume. The name of the default
subvolume is:
ZNNMUCO
You can specify a subvolume in the form:
subvolume
The volume name of the object file is the same as the volume name of the source
file.
Considerations
The name of the object file for a particular user is created from the volume and
subvolume where the source file was created.
You can define a private object file for a user by specifying an object file name in
the NCL Object File Name field in User ID Management Services (UMS). This
setting overrides the setting of the PARAM NCLOBJLIB command.
The location of the source files belonging to a user is defined in the user ID
definition record for that user. The field in UMS that defines the location is NCL
Library Subvol.
Example
The following example specifies a subvolume used by all users who create and
compile NCL procedures:
PARAM NCLOBJLIB=NCLOLIB
Using this global subvolume, if user NNMJN creates an NCL procedure source file
with the file name of PROC1 in $DATA2.NNMJN, then the name of the object file
name is the following:
$DATA2.NCLOLIB.NNMJN
$DATA2 comes from the name of the volume where the NCL source file was created.
NCLOLIB comes from the setting of the PARAM NCLOBJLIB command. NNMJN
comes from the subvolume name where the NCL source file is stored. The primary
key to the NCL procedure in the key-sequenced object file is the name of the NCL
procedure, PROC1.