Operating System - OpenVMS
1827810 Members
1924 Online
109969 Solutions
New Discussion

Converting Source Code Analysis query output to HTML

 
SOLVED
Go to solution
Brian Reiter
Valued Contributor

Converting Source Code Analysis query output to HTML

Hi Folks,

We have a number of systems (written in Pascal) which have been under active development and maintenance for close on 20 years. Our pool of experienced developers is rapidly diminishing and new developers are struggling with the code.

Does any one know of a tool which will take the output from an SCA query and produce useful HTML pages?

Regards

Brian
2 REPLIES 2
Phil.Howell
Honored Contributor
Solution

Re: Converting Source Code Analysis query output to HTML

This tool produces html from plain text
http://www.jafsoft.com/asctohtm/
it does a good job with text that has a reasonably consistent format.
The vms version is free.
There is also an api version, but I have not used it.
Phil
Brian Reiter
Valued Contributor

Re: Converting Source Code Analysis query output to HTML

Forgotten all about that tool. Will have a look.