Copyright Digital Equipment Corp. All rights reserved.

Examples

   1.$ LIBRARY/DEMANGLED_SYMBOLS/OUTPUT=SYS$OUTPUT OBJLIB.OLB

     This LIBRARY command outputs the demangled symbols from an 
     object library and displays them on the terminal.

   2.$ LIBRARY/DEMANGLED_SYMBOLS/OUTPUT=DUMP.LIS SHAREIMG.OLB

     This LIBRARY command outputs a full listing of the demangled
     symbols from the shareable image library SHAREIMG.OLB; the 
     output is written to a file named DUMP.LIS.

   3.$ LIBRARY/DEMANGLED_SYMBOLS/ONLY=$ONE SYMBOLIB

     This LIBRARY command outputs a full listing of the demangled
     symbols for the module $ONE in object library SYMBOLIB.OLB. 
     The output is written to a file named SYMBOLIB.LIS.