NET/MASTER Network Control Language (NCL) Programmer's Guide
Continuing Execution of an NCL Process
Debugging an NCL Process
9–54 106160 Tandem Computers Incorporated
Stepping at the Current Nesting Level
After suspending execution at statement 16 in the ZEX0902N NCL procedure, the
following screen shows the results of stepping at the current nesting level:
(08:20) --------------------- OPERATOR CONTROL SERVICES ----------------------
DEBUG STEP
---| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10+|
NNM1902 NCL 000581 SUSPENDED AT ZEX0902N.17 LINE 35
DEBUG STEP
NNM1902 NCL 000581 SUSPENDED AT ZEX0902N.18 LINE 36
DEBUG STEP
1 :
NNM1902 NCL 000581 SUSPENDED AT ZEX0902N.19 LINE 37
_____________________________________________________________________________
---------- ------------------ NonStop NET/MASTER D30 ---------------- --------
M=>
In this example, the result of the first DEBUG STEP command is to execute all
statements in the TOP_TITLE function; the result of the second DEBUG STEP
command is to execute the DO statement at statement number 17; and the result of the
third DEBUG STEP command is to execute all statements in both the LEFT_TITLE and
BAR functions.
Note The DEBUG STEP command is the same as the DEBUG STEP NEXT=1 command.