HP 3000 Manuals

Format of Messages [ Micro Focus COBOL Error Messages ] MPE/iX 5.0 Documentation


Micro Focus COBOL Error Messages

Format of Messages 

Messages are displayed in the following format:

NCG Error at INT Code Address - address *nnn message 

where:

address               is the address in the intermediate code at which
                      the error occurred.  Most errors of this type cause
                      the code generator to display the source line in
                      error, provided that the program was compiled with
                      the ANIM directive, and the .idy and source files
                      are available in the current directory.  If it does
                      not, you can relate it to your program source by
                      compiling the program with the REF directive and
                      referring to the source listing.

nnn                   is the message number;

s                     is one of the following severity codes:

                      F                     Fatal.  In the unlikely event
                                            that one of these errors
                                            occurs, contact Technical
                                            Support to solve the problem.

                      R                     Recoverable.  This ends code
                                            generation, as you must
                                            correct the error.

                      C                     Cautionary.  This tells you
                                            either that you have
                                            specified an invalid
                                            combination of directives or
                                            that PERFORM statements
                                            cannot be optimized.  It does
                                            not end code generation or
                                            prevent the generated code
                                            being executed.



MPE/iX 5.0 Documentation