NET/MASTER Network Control Language (NCL) Programmer's Guide
NCL Procedure Libraries
Initial NCL Procedure Development
4–20 106160 Tandem Computers Incorporated
You can use the SHOW PARAM command to display the results of the PARAM
NCLOBJLIB command, as the following screen shows:
(10:22) --------------------- OPERATOR CONTROL SERVICES ----------------------
SHOW PARAM
NNM0605 CONFIG FILE=$DATA4.ZNNM.CONFIG
NNM0605 PROCESSCHAR=Z
NNM0605 INIT=INIT
NNM0605 READY=READY
NNM0605 SWGUID=YES
NNM0605 DID=SYS1
NNM0605 NCLDISTSRC=$DATA4.ZNNMNDS
NNM0605 NCLCUSTSRC=$DATA4.ZNNMNCS
NNM0605 NCLDISTOBJ=$DATA4.ZNNMNDO.NCLDOBJ
NNM0605 NCLCUSTOBJ=$DATA4.ZNNMNCO.NCLCOBJ
NNM0605 NCLOBJLIB=ZNNMUCO <-- Global user procedure library name
NNM0605 PNLDISTSRC=$DATA4.ZNNMPDS
NNM0605 PNLCUSTSRC=$DATA4.ZNNMPCS
NNM0605 DSNMSUBVOL=$DATA4.ZDSMS
NNM0605 DSNMSECTION=
NNM0605 MDSMAPFILE=$DATA4.ZNNMDATA.ZMAPFILE
NNM0605 UADUTIL=$DATA4.ZNNMDATA.UADUTIL
NNM0605 UACUTIL=$DATA4.ZNNMDATA.ZUACUTIL
NNM0605 UADAUTH=$DATA4.ZNNMDATA.UADAUTH
NNM0605 UACAUTH=$DATA4.ZNNMDATA.ZUACAUTH
MSG QUEUED ------------------ NonStop NET/MASTER D30 ---------------- --------
M=>
For example, after defining a global object file location, if user NNMJN creates an NCL
procedure source file with the file name of PROC1 in $DATA4.NNMJN, then the name
of the object file name is the following:
$DATA4.ZNNMUCO.NNMJN
The components of the object file specification are created from the following settings:
Component Created From
$DATA4 The name of the volume where the NCL source file was created.
ZNNMUCO The setting of the PARAM NCLOBJLIB command.
NNMJN The name of the subvolume where the NCL source file was created.
The key to the NCL procedure in the key-sequenced object file is the name of the NCL
procedure, PROC1.