Rational Developer for System z
Enterprise COBOL for z/OS, Version 4.1, 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.

Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)