NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
NCLCOMP
NonStop NET/MASTER MS Commands
2–162 115412 Tandem Computers Incorporated
6. The following example locates the MYPROC NCL procedure in the default search
path, compiles the NCL procedure, and writes the object to the MYNCLOBJ object
file (replacing the object if it currently exists in the object file):
NCLCOMP PROC=MYPROC OBJECT=MYNCLOBJ NOCHECK
7. The following example compiles all the NCL procedures beginning with MY in
$DATA.SUBVOL and writes the object for each NCL procedure to the MYNCLOBJ
object file (if the objects do not currently exist in the object file):
NCLCOMP FILE=$DATA.SUBVOL.MY* OBJECT=MYNCLOBJ
8. The following example deletes the object for each panel description file beginning
with MY from the MYPNLOBJ object file:
NCLCOMP PANEL=$DATA.SUBVOL.MY* OBJECT=MYPNLOBJ DELETE