NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
LIST
NonStop NET/MASTER MS Commands
115412 Tandem Computers Incorporated 2–145
LIST The LIST command lists the contents of a file: usually, an NCL procedure. Entered
from OCS, the listing is displayed in the roll-delete message area of your OCS window.
Although the main use of this command is to enable you to list the contents of an NCL
procedure, you can use it to list the contents of any edit file (with a file code of 101).
For example, you can use it to list the contents of a panel description file by specifying
the name of a panel library.
LIST
file-name
[ ID=
ncl-procedure-library
]
ncl-procedure-library
:
[ \
sys
. ][ $
volume
. ]
subvolume
file-name
specifies the name of the file to list.
ID=
ncl-procedure-library
specifies the name of an NCL procedure library in which to search for the file. The
complete specification of a procedure library is:
[ \
sys
. ][ $
volume
. ]
subvolume
If you omit this operand, NonStop NET/MASTER MS uses the default search path
to search for the file as follows:
1. User procedure library
2. Customized procedure library
3. Distribution procedure library
Considerations
The default authority level of this command is 0.
You can enter this command from any NCL procedure, including the INIT NCL
procedure, by using either the CMD core statement or the INTCMD verb.
Messages NNM1016, NNM1018, and NNM1019 indicate the results of this
command. Refer to the NonStop NET/MASTER Messages Manual or NonStop
NET/MASTER MS online help for a description of these messages.