TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
I'm assuming that your task is to document the internals of the
application and not to create user documentation. I'm not aware of any
utility programs to extract information from COBOL source code.
Using a program like GREP may be helpfull in locating all the I/O
routines and the SELECT statements. This would give you a good idea of
which files are being used or updated.
As for the number of lines of code in the program, it depends on the
skills of the programmer. Also, you need to know if the number you were
given is the total number of lines of code when compiled, or the number
in the PROCEDURE DIVISION.
Good luck
Ken Gatlin
G2 Software
TECHWR-L (Technical Communication) List Information: To send a message
to 2500+ readers, e-mail to TECHWR-L -at- LISTSERV -dot- OKSTATE -dot- EDU -dot- Send commands
to LISTSERV -at- LISTSERV -dot- OKSTATE -dot- EDU (e.g. HELP or SIGNOFF TECHWR-L).
Search the archives at http://www.documentation.com/ or search and
browse the archives at http://listserv.okstate.edu/archives/techwr-l.html