NET/MASTER Network Control Language (NCL) Programmer's Guide
Getting Started With NCL Procedures
An NCL Tutorial
106160 Tandem Computers Incorporated 3–17
Step 15
Examine the NCL procedure and insert the missing closing quote (”) after the letter
“d” in the word “world,” as shown in the following screen:
hello_world: PROCEDURE
SAY "hello, world" <-- Insert closing quote here
END hello_world
1) $DATA9.MYNCLLIB.HELLO1 1/24 (BOF) (EOF) 1:79 Insert D30. BLOCK
Step 16
Follow Steps 4 through 10 described earlier in this section:
Step 4—save the NCL procedure and exit TEDIT.
Step 5—perform a test compilation of the NCL procedure.
Step 6—check for mistakes after the test compilation.
Step 7—exit Edit Services and return to the NonStop NET/MASTER MS primary
menu.
Step 8—select Operator Control Services from the NonStop NET/MASTER MS
primary menu.
Step 9—execute the HELLO1 NCL procedure.
Step 10—check the results from executing the HELLO1 NCL procedure.