NET/MASTER Network Control Language (NCL) Programmer's Guide
Getting Started With NCL Procedures
An NCL Tutorial
3–14 106160 Tandem Computers Incorporated
Step 11
Note This step follows Step 6 if your test compilation was unsuccessful. If you have just completed Step 10,
you should go to the subsection “Features of HELLO1” later in this section.
Note the number of mistakes by looking at the message line that appears at the top of
the Edit Services selection list screen, as shown in the following screen:
------------------------- Edit Services : Selection List ----------------------
File Spec:
Subvolume: $DATA9.MYNCLLIB
T=Test a panel S/B=Browse C=Compile D=Delete E=Edit
*END* 1 ERRORS 0 WARNINGS
Filename Code EOF Last Modification Owner RWEP
HELLO1 101 2132 11-NOV-1994 11:03:11 100,21 CCCC
F3=Exit F7=Prev F8=Next F11=Error List
Assume you left out the closing quote (”) after the word “world.” The message line
shows that you have made 1 error and have no warnings. Other common errors are
misspelling and adding or omitting nonalphanumeric characters, such as colons (:) or
semicolons (;).