Handling Compilation Problems

When you compile your COBOL programs, you can direct any error messages to a file, which you can examine after compilation. The compile command for capturing error output in a file is:

ccbl  -e  filename  program-name

From the information in this file, you will probably be able to determine the cause of the problem and make the necessary changes. If not, this file would be useful if Micro Focus SupportLine look at your problem. Here's an overview of the information we need to know: