When /LIST is specified for an object module library, controls whether the LIBRARY command lists the names of all symbols in the global symbol table as well as the module names in the module name table. Format /NONAMES (default) Alpha and VAX /NAMES I64 /NAMES[=option] option Controls the listing of the names. You may optionally specify one of the following keywords: BYMODULE Lists each module followed by a list of the symbols in the global symbol table associated with that module. This is the default listing format when no keyword is given with the /NAMES qualifier. BYSYMBOL Lists each symbol in the global symbol table followed by a list of modules with which the symbol is associated, in precedence order.
1 – Example
$ LIBRARY/LIST/NAMES/ONLY=$ONE/WIDTH=80 SYMBOLIB This LIBRARY command requests a full listing of the module $ONE, contained in the object library SYMBOLIB.OLB. The /WIDTH qualifier requests that the global symbol display be limited to 80 characters per line.