HP 3000 Manuals

Ch 3. Messages Issued During Code Generation [ COBOL/HP-UX Error Messages for the Series 700 and 800 ] MPE/iX 5.0 Documentation


COBOL/HP-UX Error Messages for the Series 700 and 800

Chapter 3  Messages Issued During Code Generation 

Introduction 

The messages listed in this chapter are output when you are producing
generated code.  Note that some of these messages are environment
dependent, so your particular environment may not support them all.

Messages produced when generating code have the following format:

     *nnn-S code generation message here

where

nnn     is the message number

S       is one of the following categories indicating the severity of the
        message:

        F    Fatal.  You cannot correct these errors.  Code generation
             will be halted.

        R    Recoverable.  A recoverable error will halt the generation
             of code, as you must correct this error before generated
             code can be produced.  When you have corrected the error,
             you must resubmit your program to your COBOL system to
             produce generated code.

        C    Cautionary.  A cautionary message is produced to inform you
             either that you have specified invalid directive
             combinations, or that optimization of PERFORM statements
             cannot be done.  The receipt of these messages will not halt
             code generation, nor stop you running the generated code
             produced.



MPE/iX 5.0 Documentation