NET/MASTER Management Services (MS) Command Reference Manual

DEBUG LOAD
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–45
Considerations
The default authority level of this command is 0.
You can enter this command from any NCL procedure, except the INIT NCL
procedure, by using either the CMD core statement or the INTCMD verb.
If the file contains fatal compilation errors, it is not loaded. NCL displays the
errors in the roll-delete message display area.
For related information, see the other DEBUG commands and the EXEC, FLUSH,
SHOW NCL, and START commands.
Examples
1. The following example successfully loads one NCL procedure, but fails to load a
second procedure because it does not exist. The following screen displays the
results.
DEBUG LOAD FILE=GENERROR
DEBUG LOAD FILE=BADFILE
(09:16) --------------------- OPERATOR CONTROL SERVICES ----------------------
START WORDS THE QUICK BROWN FOX JUMPS OVER THE LAZY DOG
NNM1060 PROCEDURE WORDS NCLID 1563 PAUSED
DEBUG START ID=1563
NNM1901 NCL 001563 DEBUG SESSION INITIATED
NNM1902 NCL 001563 SUSPENDED AT WORDS.8 LINE 22
GO ID=1563 Y
DEBUG LOAD FILE=GENERROR
NNM1908 NCL 001563 LOAD OF GENERROR SUCCESSFUL
DEBUG LOAD FILE=BADFILE
NNM1001 NCL PROCEDURE BADFILE DOES NOT EXIST IN LIBRARY $DATA9.JOHNNCLS.
NNM1908 NCL 001563 LOAD OF BADFILE UNSUCCESSFUL
_____________________________________________________________________________
---------- ------------------ NonStop NET/MASTER D30 ---------------- --------
PM=>
2. In the following example, the specified file is loaded by the targeted NCL process:
DEB LO ID=1234 FILE=PROC1