NET/MASTER Network Control Language (NCL) Programmer's Guide
Displaying Information About NCL Procedures
Initial NCL Procedure Development
4–26 106160 Tandem Computers Incorporated
You can specify the name of a procedure library using the ID operand of the LIST
command. NonStop NET/MASTER MS attempts to list the contents of the file in the
specified procedure library. The following command lists the contents of the INIT
NCL procedure:
LIST INIT ID=$DATA4.ZNNMNDS
The following screen shows some of the display after you enter the command from the
OCS command input line:
(09:31) --------------------- OPERATOR CONTROL SERVICES ----------------------
LIST INIT ID=$DATA4.ZNNMNDS
NNM1018 /*/
NNM1018 /* NonStop NET/MASTER - T6581C31 - 29MAR93
NNM1018 /* (C)1993, COPYRIGHT 1990-1993 SOFTWARE DEVELOPMENTS INTERNATIONAL
PTY. LTD.
NNM1018 /* ALL RIGHTS RESERVED
NNM1018 /*/
NNM1018 /*/
NNM1018 /* INIT procedure to be executed during system initialisation
NNM1018 /* - Defines default function keys
NNM1018 /* - Defines global EQUATES (e.g. HELP )
NNM1018 /* - Opens HELP data files (Custom and Tandem supplied)
NNM1018 /* - Sets NCLPRSHR to a default of 20
NNM1018 /* - Preloads all the basic system NCL procedures
NNM1018 /* - Preloads all the basic system panel description files
NNM1018 /* - Loads the MDO map files
NNM1018 /* - Initialise DSNM Config File if DSNMINIT Proc is present
NNM1018 /* (no longer a requirement - 02JUN92)
NNM1018 /* - Replace commands with NCL procedures
NNM1018 /*
NNM1018 /* If one of the following events happens, the system is shutdown
MSGS LOST ------------------ NonStop NET/MASTER D30 ---------------- --------
M=>