NET/MASTER Network Control Language (NCL) Programmer's Guide
Getting Started With NCL Procedures
An NCL Tutorial
3–12 106160 Tandem Computers Incorporated
Step 9
Execute the HELLO1 NCL procedure.
When you enter OCS, your cursor is positioned after the OCS command input line
prompt (=>). Type the NonStop NET/MASTER MS command START HELLO1 after
the prompt, as shown in the following screen, and then press the ENTER key:
(11:15) --------------------- OPERATOR CONTROL SERVICES ----------------------
---------- ------------------ NonStop NET/MASTER D30 ---------------- --------
M=> START HELLO1
Note The letter M before the OCS command input line prompt is called a mode indicator and shows that you
are a monitor-class user (allowed to receive monitor-class messages).
You can also execute the NCL procedure by typing EXEC HELLO1 or just HELLO1. If
you just type HELLO1 and you receive the message NNM0201 INVALID COMMAND
'HELLO1', the setting of the SYSPARMS AUTOEXEC command is equal to NO or
OPSYS. If you receive this message, type the command START HELLO1 instead.
Refer to the NonStop NET/MASTER MS Command Reference Manual for a complete
description of the SYSPARMS AUTOEXEC command.