Copyright Digital Equipment Corp. All rights reserved.

Examples

   1.$ ANALYZE/OBJECT/INTERACTIVE  LINEDT

     In this example, the ANALYZE/OBJECT command produces a
     description and a partial error analysis of the object file
     LINEDT.OBJ. Output is to the terminal, because the /INTERACTIVE
     qualifier has been used. As each item is analyzed, the utility
     displays the results on the screen and asks if you want to
     continue.

   2.$ ANALYZE/OBJECT/OUTPUT=LIOBJ/DBG  LINEDT (VAX and Alpha only)

     In this example, the ANALYZE/OBJECT command analyzes only the
     debugger information records of the file LINEDT.OBJ. Output is
     to the file LIOBJ.ANL.

   3.$ ANALYZE/OBJECT/SELECT=(ARCH,FILE) *.OBJ
     DISK:[DIRECTORY]ALPHA.OBJ;1
        OpenVMS ALPHA
        Object
        DISK:[DIRECTORY]VAX.OBJ;1
        OpenVMS VAX
        Object

     This example displays the information requested about the
     object files ALPHA.OBJ and VAX.OBJ.