Copyright Digital Equipment Corp. All rights reserved.

Examples

   1.$ LIBRARY/LIST=MYMAC.LIS/FULL MYMAC.MLB

     This LIBRARY command requests a full listing of the macro
     library MYMAC; the output is written to a file named MYMAC.LIS.

   2.$ 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.

   3.$ LIBRARY/INSERT/LIST ALLOBJECTS *

     This LIBRARY command inserts into ALLOBJECTS.OLB all object
     modules from all object files in the current directory. If any
     of the modules to be inserted have the same name as an existing
     module in the library, the existing module is replaced. The
     LIBRARY command then lists the resulting library on SYS$OUTPUT.