NET/MASTER Network Control Language (NCL) Programmer's Guide
Getting Started With NCL Procedures
An NCL Tutorial
106160 Tandem Computers Incorporated 3–7
Step 3
Type the new NCL procedure into a TEDIT file, in uppercase and lowercase letters, as
shown in the following screen:
hello_world: PROCEDURE
SAY "hello, world"
END hello_world
1) $DATA9.MYNCLLIB.HELLO1 1/24 (BOF) (EOF) 1:79 Insert D30. BLOCK
The screen is blank when you invoke TEDIT because the NCL procedure is initially an
empty TEDIT file called HELLO1. As you type, your input is entered in the TEDIT
file. The usual TEDIT indicators appear at the bottom of the screen while you are
using TEDIT. If you do not know how to use TEDIT, refer to the PS Text Edit and PS
Text Format User’s Guide and the PS Text Edit Reference Manual.