Rational Developer for System z
COBOL for Windows, Version 7.5, Programming Guide


Generating a list of compiler error messages

You can generate a complete listing of compiler diagnostic messages with their explanations by compiling a program that has the program-name ERRMSG.

You can code just the PROGRAM-ID paragraph, as shown below. Omit the rest of the program.

Identification Division.
Program-ID. ErrMsg.

related references
Messages and listings for compiler-detected errors
Format of compiler error messages


Terms of use | Feedback

Copyright IBM Corporation 1996, 2008.
This information center is powered by Eclipse technology. (http://www.eclipse.org)