NET/MASTER Network Control Language (NCL) Programmer's Guide

Debugging an NCL Process From Start to Finish
Debugging an NCL Process
9–62 106160 Tandem Computers Incorporated
Expected Output of the
NCL Process
The following screen from ZEX0905N (the corrected version of ZEX0904N, listed later
in this section) shows the expected (correct) output from displaying the calendar:
(06:36) --------------------- OPERATOR CONTROL SERVICES ----------------------
START ZEX0905N 02 2020
Calendar for: FEB 2020
Sun Mon Tue Wed Thu Fri Sat
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
NNM1005 START ZEX0905N PROCESSING COMPLETE. NCLID 000665
_____________________________________________________________________________
---------- ------------------ NonStop NET/MASTER D30 ---------------- --------
M=>
This screen shows that each display line shows one week, from Sunday through
Saturday. The screen also shows that each display line is 35 characters long, consisting
of seven groups of five characters: the first, fourth, and fifth character positions in the
group are always one blank; if the day number is from 1 through 9, the second
character is one blank and the third character is the number; otherwise both the
second and third characters are numeric. The result of displaying each display line is a
neatly formatted calendar.