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

Displaying Information About NCL Procedures
Initial NCL Procedure Development
4–24 106160 Tandem Computers Incorporated
Note The SHOW FILEINFO command does not restrict the display of files by file type.
(In this example, to stop displaying files beginning with C in $SYSTEM.SYSTEM, you
can use either the CLEAR ALL or K ALL command to clear the messages queued to
your OCS window.)
Refer to the NonStop NET/MASTER MS Command Reference Manual for more
information on the SHOW FILEINFO command.
Displaying the Contents of
NCL Procedures
From Edit Services, you can display the contents of an NCL procedure by following
these steps:
1. Move the cursor before the name of the NCL procedure of which you want to
display the contents.
2. Type the letter S or the letter B before the name of the NCL procedure.
3. Press the ENTER key; TEDIT opens the file for read-only access.
4. Browse through the file using the normal TEDIT function keys.
From OCS, you can use the LIST command to display the contents of an NCL
procedure. The LIST command searches for the NCL procedure you specify using the
default search path. (The default search path is discussed in Section 8, “Executing
NCL Procedures.”)