COBOL Source File Browser
The COBOL Source File Browser reads a COBOL source file and produces a fully browsable HTML equivalent with hyperlinked cross-references for all identifiers. Every identifier in the source code (public or local) acts as a link to its corresponding source definition and to all uses of that identifier anywhere in the file. This provides a convenient method for programmers to view the source code. It can help cut down the 50% of the time that programmers typically spend just looking at source code. It is also ideal for code reviews. Generating a browsable equivalent for every COBOL source file after each check-in and placing it on your intranet would make current sources easily available to developers and support engineers as online reference.
COBOL Browser Features
- Produces HTML equivalent web page for a COBOL source file
- Full cross reference of all identifiers hyperlinked to all uses
- Each identifier hyperlinked to definition and all uses according to language rules.
- ANSI COBOL 85 with IBM VS COBOL II extensions (can customize for other dialects)
You can download a sample of the Browser results applied to a typical COBOL program here (ZIP file, 189Kb).
The Source Code Browser is a derivative of SD's family of Source Code Formatters. Inquire for custom features. Autoextraction of manually-inserted structured documenation comments can also be implemented, as well as autoextraction of data and subroutine declarations if not already present. Similar browsers can be constructed for other languages.
Copyright © 1995-2008 Semantic Designs, Incorporated
DMS and "Design Maintenance System" are registered trademarks of Semantic Designs, Inc.
The SD logo and "Semantic Designs" are registered service marks of Semantic Designs, Inc.
CloneDR, PARLANSE and Thicket are trademarks of Semantic Designs, Inc.
The OMG logo is a registered trademark of the Object Management Group, Inc. in the United States and other countries.
To view our Privacy Policy, click here
Comments or problems: webmaster@semdesigns.com
