Hi All,
I've used a tool called Path-Vu (or something similar) before, which produced a hierarchy of a program's sections and paragraphs. Does anybody know (and I'm expecting a big No on this one) if there is a tool that will read thru Cobol source, picking up all the programs that the source calls, and building them into the original program?!
The reason being is that I am working on a conversion from HPS to Cobol where the HPS code is made up of literally hundreds of small modules. When these are converted, we are left with hundreds of tiny Cobol program. What would normally be one 3000 line Cobol program turns out being 130 programs/subroutines. What I'd really like to do is supply a library, and a start program to a utility, and end up with a beautifully structured program which contained all the sub (and sub and sub) programs in sections/paragraphs.
Over to you. I'd be surprised if there is, but you never know.....
Marc
I've used a tool called Path-Vu (or something similar) before, which produced a hierarchy of a program's sections and paragraphs. Does anybody know (and I'm expecting a big No on this one) if there is a tool that will read thru Cobol source, picking up all the programs that the source calls, and building them into the original program?!
The reason being is that I am working on a conversion from HPS to Cobol where the HPS code is made up of literally hundreds of small modules. When these are converted, we are left with hundreds of tiny Cobol program. What would normally be one 3000 line Cobol program turns out being 130 programs/subroutines. What I'd really like to do is supply a library, and a start program to a utility, and end up with a beautifully structured program which contained all the sub (and sub and sub) programs in sections/paragraphs.
Over to you. I'd be surprised if there is, but you never know.....
Marc