Is there a free (like in beer) flowchart generator for the COBOL code?

I never read COBOL in my life, and I was tasked with rewriting the old COBOL code into a new language. Are there any free or free software packages that will generate a block diagram for the COBOL program?

I looked at "Visustin" and "Code Visual to Flowchart"

Visustin strikes out part of the code and makes random rotations in the demo, which makes the demo less accurate.

I could not get the Code Visual Flow Chart to work correctly with our code.

Are you aware of any other packages that I could try?

+3
source share
6

- COBOL python, Graphiz. .jpg, , , .

, , http://www.contactify.com/a6148, script. Linux, python, yapgvb

! Bye

+2

. COBOL ( ). . , .

" " . "PERFORM", , . , .

+4

COBOL BNF LR (k). lexing/parsing ( , ). , COBOL . , , .

, ( , ) COBOL . , , ( ) .

. COBOL Grammar. COBOL - , .

: ? COBOL? , COBOL-.

, OpenCobol / . , C, COBOL. IBM COBOL IBM,

+2

, - COBOL, (40 ).

, COBOL .

COBOL , COBOL .

+1

.

COBOL, , , !

, , . , - . - 3500+.

, UNiSYS COBOL74, vistustin () COBOL74 DMSII.

, , . , , .

+1

IBM Asset Analyzer ( , , Rational Websphere Asset Analyzer ).

It will analyze your entire Cobol source library and help you reorganize, as well as give a lot of reports on understanding the programs. It actually creates a website, so you can execute your program logic at a high or low level, as you like.

+1
source

Source: https://habr.com/ru/post/1740360/


All Articles