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

Displaying Information About NCL Procedures
Initial NCL Procedure Development
106160 Tandem Computers Incorporated 4–25
The following command lists the contents of an NCL procedure called EPROC3:
LIST EPROC3
The following screen shows some of the display after you enter the command from the
OCS command input line:
(06:24) --------------------- OPERATOR CONTROL SERVICES ----------------------
LIST EPROC3
NNM1018 eproc3: PROCEDURE
NNM1018 /* EMSPROC to filter and display messages from various
NNM1018 /* subsystems.
NNM1018 /*
NNM1018 /* SubSystem EXPAND:-
NNM1018 /* Deletes messages where Line Quality is greater than 50%
NNM1018 /* Highlight messages yellow where Line Quality is <= 50%
NNM1018 /* Highlight messages red and reverse for Line Errors
NNM1018 /*
NNM1018 /* SubSystem SNAX/XF:-
NNM1018 /* Deletes LU inactive messages
NNM1018 /* Highlight PU not ready messages red
NNM1018 /* Highlight Line Down messages red and reverse
NNM1018 /*/
NNM1018 WRITE LOG=YES DATA=Starting EMSPROC1
NNM1018 DO FOREVER
NNM1018 EMSREAD args
NNM1018 SELECT &1;
NNM1018 /* EXPAND CSS-LINE-QUAL */
NNM1018 WHEN "EXP0033" THEN DO
MSG QUEUED ------------------ NonStop NET/MASTER D30 ---------------- --------
M=>