Whats in COBOL Toolbox?
The most important parts of COBOL Toolbox are: * The Toolbox Development Environment, which provides a set of menus from which you can invoke components of COBOL Toolbox, and the UNIX system linker, by pressing function keys. * The COBOL Editor, with which you create and edit your source program. It is designed to be especially suitable for editing COBOL source code. You can invoke the Compiler and Animator (see below) from within the COBOL Editor. * The Compiler, which checks that your program is valid COBOL and produces intermediate code. It can automatically invoke Animator if it finds no errors, and otherwise load the source file into the COBOL Editor positioned at the error. * Animator, which provides extensive testing and debugging facilities by allowing you to watch and control the flow of execution through your source code while your program (in intermediate code) is running. On finding an error you can tell it to load the source file into the COBOL Editor positioned at the err