Copyright Digital Equipment Corp. All rights reserved.

/NAMES

   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.


Additional information available:

Example