home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR9 / COBXREF.ZIP / 27.ASC < prev    next >
Text File  |  1990-04-18  |  1KB  |  22 lines

  1.  
  2. COBXREF - COBOL cross reference
  3.  
  4. This provides a sorted cross reference of COBOL programs. It includes all
  5. items which contain only numeric or alphabetic characters. Therefore all
  6. datanames, paragraph and section names, and some COBOL reserved words will
  7. be included, as well as numeric literals and some PICTURE clauses. Most
  8. COBOL verbs are filtered out.
  9.  
  10. All dialects of COBOL are allowed, provided that the standard COBOL card
  11. layout is used, ie columns 1-6 for sequence, 7 for comment, 8-72 for source
  12. text. The program should cope with quite large programs, with up to 3000
  13. source lines, depending on the complexity and number of datanames.
  14.  
  15. Registered Version
  16. ------------------
  17. The registered version contains a filtering process which optionally
  18. removes items which are defined as COBOL reserved words. This filtering may
  19. be defined by the user, in order to cater for various dialects of COBOL. It
  20. also allows command-line parameters, and may therefore be used within BAT
  21. files.
  22.