NET/MASTER Network Control Language (NCL) Programmer's Guide
Getting Started With NCL Procedures
An NCL Tutorial
106160 Tandem Computers Incorporated 3–15
Step 12
Examine the error list created by the test compilation of the NCL procedure to
determine the cause of the error.
Press the F11 function key to display the error list. The error list is shown in the Edit
Services NCL compile report screen, as shown in the following screen:
------------------------- Edit Services : NCL Compile Report ------------------
Page Down for more lines
HELLO1 3 END hello_world
HELLO1 3 !
FATAL ERROR: OPEN STRING AT EOF
*END* 1 ERRORS 0 WARNINGS
F3=Exit F7=Prev F8=Next
Notice the error message OPEN STRING AT EOF. This means you used an opening
quote but omitted its corresponding closing quote. As the message indicates, this is a
fatal compilation error.
The error list can display up to four screens of errors.