NET/MASTER Network Control Language (NCL) Programmer's Guide

Getting Started With NCL Procedures
An NCL Tutorial
106160 Tandem Computers Incorporated 3–13
Step 10
Check the results from executing the HELLO1 NCL procedure.
The results are displayed in the roll-delete message area of the OCS window, as shown
in the following screen:
(11:16) --------------------- OPERATOR CONTROL SERVICES ----------------------
START HELLO1
hello, world
NNM1005 START HELLO1 PROCESSING COMPLETE. NCLID 001034
_____________________________________________________________________________
---------- ------------------ NonStop NET/MASTER D30 ---------------- --------
M=>
This screen displays the following information:
The first line of the results—START HELLO1—shows the command you used to
execute the NCL procedure.
The second line—hello, world—shows the output from the NCL procedure.
This means you have successfully executed your first NCL procedure.
The third line—NNM1005 …— indicates that NonStop NET/MASTER MS has
finished processing the START command. The number 001034 in this line is called
an NCL process identifier (NCL ID). Every NCL procedure is automatically
assigned a unique NCL ID by NonStop NET/MASTER MS when the NCL
procedure begins execution.
Note After this step, you should skip Steps 11 through 16 and go to the subsection “Features of HELLO1” later
in this section.