cobol2.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
GANIM Details (↑ Compiling for Debugging)
 Key Summary                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Xilerator is a Micro Focus product used for debugging programs at
     the .EXE or .GNT level.
 
     The compiler produces two extra files:
 
     o  a file with the extension .XLS, which is a special listing of
        your COBOL module program.
 
     o  a file with the extension .PL, which contains statement/address
        correspondence information.
 
     This directive sets the directives:
 
       ANIM LIST "prog.XLS"  LW "80"  NOXREF  NORNIM  RESEQ
 
     overriding any such directives specified before the GANIM
     directive. Any attempt to change the settings of these
     directives is ignored.
                                    -♦-