NET/MASTER Network Control Language (NCL) Programmer's Guide
Displaying and Modifying Variables
Debugging an NCL Process
9–50 106160 Tandem Computers Incorporated
Displaying Variables in Hexadecimal Format
After suspending execution at the termination point of the ZEX0902N NCL process,
the following screen displays the value of all variables in hexadecimal format:
(10:06) --------------------- OPERATOR CONTROL SERVICES ----------------------
DEBUG DISPLAY V=* FORMAT=BINARY
NNM1922 NCL 000006 ATTR NONE VBL 1
NNM1923 NCL 000006 VAL "544845"X
NNM1922 NCL 000006 ATTR NONE VBL 2
NNM1923 NCL 000006 VAL "515549434B"X
NNM1922 NCL 000006 ATTR NONE VBL 3
NNM1923 NCL 000006 VAL "42524F574E"X
NNM1922 NCL 000006 ATTR NONE VBL 4
NNM1923 NCL 000006 VAL "464F58"X
NNM1922 NCL 000006 ATTR NONE VBL 5
NNM1923 NCL 000006 VAL "4A554D5053"X
NNM1922 NCL 000006 ATTR NONE VBL 6
NNM1923 NCL 000006 VAL "4F564552"X
NNM1922 NCL 000006 ATTR NONE VBL 7
NNM1923 NCL 000006 VAL "544845"X
NNM1922 NCL 000006 ATTR NONE VBL 8
NNM1923 NCL 000006 VAL "4C415A59"X
NNM1922 NCL 000006 ATTR NONE VBL 9
NNM1923 NCL 000006 VAL "444F47"X
NNM1922 NCL 000006 ATTR NONE VBL CHARS.
NNM1923 NCL 000006 VAL "30"X
MSG QUEUED ------------------ NonStop NET/MASTER D30 ---------------- --------
M=>
This example shows that the information for each variable name is displayed over two
lines: the first line displays any special attributes of the variable and its name; the
second line displays its hexadecimal value in quotes (“ ”).