Skip to main content

Is there a way to produce COBOL program statistics report. Similar to the method Mainframe express used to do it. 
I need the lines of code for the programs. We are starting a process of source cleanup, removing dead statements and unused data. Need to be able to show a before and after report. 

Is there a way to produce COBOL program statistics report. Similar to the method Mainframe express used to do it. 
I need the lines of code for the programs. We are starting a process of source cleanup, removing dead statements and unused data. Need to be able to show a before and after report. 

In order to view a Program Statistics Report, Click the Quick Browse button on the COBOL toolbar (or use Ctrl Q), and enter the key word TIMES. This will display the report in the Micro Focus Analysis window.
Alternatively right-click on the source and select Micro Focus Code Analysis followed by Program Statistics from the sub-menu.
For further information about Using CSI with Visual COBOL refer to this article : community.microfocus.com/.../using-csi-with-visual-cobol

Is there a way to produce COBOL program statistics report. Similar to the method Mainframe express used to do it. 
I need the lines of code for the programs. We are starting a process of source cleanup, removing dead statements and unused data. Need to be able to show a before and after report. 

Thank you, The TIMES option do work.
The second method is not listed when I do a right click.

Is there a way to produce COBOL program statistics report. Similar to the method Mainframe express used to do it. 
I need the lines of code for the programs. We are starting a process of source cleanup, removing dead statements and unused data. Need to be able to show a before and after report. 

Thank you, The TIMES option do work.
The second method is not listed when I do a right click.

Is there a way to produce COBOL program statistics report. Similar to the method Mainframe express used to do it. 
I need the lines of code for the programs. We are starting a process of source cleanup, removing dead statements and unused data. Need to be able to show a before and after report. 

If you are using Visual COBOL V2.3 the context menu option is available. If you are using Visual COBOL V2.2 or earlier, you can still use the context menu, however choose Show COBOL Reports > Program Statistics.