Chapter 1. Application development tools for z/OS and OS/390 11
COBOL conversion
You can extend the life of your OS/VS COBOL applications by converting the source to
Enterprise COBOL or COBOL for OS/390 and VM, and then recompiling and debugging it.
Debug Tool provides the tools to convert, recompile, and debug your applications seamlessly.
Code coverage
Determining code coverage can help you improve your test cases so they test your program
more thoroughly. Debug Tool Coverage Utility can provide a report detailing the which code
statements have been run by your program. Using the report, you can enhance your test
cases so that they exercise code not previously run.
1.7 Application Monitor
IBM Application Monitor for z/OS and OS/390, a non-intru ...