English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

1 answers

Nothing in particular. However, this isn't a particularly hard thing to program. Create a file that contains the libraries you want to search........you replace the yourlib with the libs in the file

DSPFD FILE(YourLib/*ALL) TYPE(*MBRLIST) OUTPUT(*OUTFILE) OUTFILE(SomeLib/FILEPF)

This will give you a list of file members in your library. In this file is the number of records in each member.

This should give you a baseline of how many lines of code you have in each source. I would further read each member to exclude any blank lines.

I could write something for you.....let me know.....I can put a screen to it. the program can be file driven....you maintain the file which generates your screen and/or report.

2007-03-19 14:41:36 · answer #1 · answered by Jeffrey F 6 · 0 0

fedest.com, questions and answers