NET/MASTER Network Control Language (NCL) Programmer's Guide
Before You Start
An NCL Tutorial
106160 Tandem Computers Incorporated 3–3
4. You must have a library, a user procedure library, in which to store your NCL
source files when you create them.
More than one user can use the same user procedure library. The name of your
library is defined either by the PARAM command or in your user ID definition
record.
Refer to the NonStop NET/MASTER MS System Management Guide for information
on PARAM commands and defining a user procedure library using UMS. The
syntax of the PARAM command is described in the NonStop NET/MASTER MS
Command Reference Manual.
5. You must have an authority level of at least 2 (to execute the PROFILE MSGPROC
command described later in this section).
If your user ID definition record does not give you the authority to execute the
PROFILE MSGPROC command, refer to the NonStop NET/MASTER MS System
Management Guide or contact your system manager for assistance.
Contact your system manager for assistance if you need additional help verifying
these checks.
You may find it convenient, whenever you enter OCS during this tutorial, to set test
mode on by setting PROFILE NCLTEST equal to YES. Test mode is usually set on
when you are developing NCL procedures.
Note After you have verified these checks, the tutorial takes about three hours to complete.