From the course: Migrating COBOL Apps

Unlock the full course today

Join today to access over 24,300 courses taught by industry experts.

Visualization of legacy COBOL code

Visualization of legacy COBOL code - COBOL Tutorial

From the course: Migrating COBOL Apps

Visualization of legacy COBOL code

- [Instructor] Often when embarking upon a COBOL migration project, not only will the legacy application be aged but the original developers will be retired or worse, and there'll be limited or out-of-date documentation to support the application, or much of the current expertise for the application if there is any, may come from outsourced teams. Getting a good understanding of the source code will be critical to a smooth and successful migration. In the early days of COBOL, programmers would often hand-draw structure diagrams representing the organization of the code. In 1985, a researcher at Massey university in New Zealand Kay Meng Tan, carried out research into automating the analysis of COBOL programs, with a COBOL program called MUCAS, which determined the complexity measures and control flows in the programs. This was never commercialized, however, and he's long gone. In his 1996 thesis entitled "Design…

Contents