List of Messages 033 - 082 [ 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
List of Messages 033 - 082
033 EANIM only valid with OMF(OBJ), OMF(OBJ) assumed (cautionary)
* When you use an invalid combination of directives, your
COBOL system tries to make it valid by assuming
appropriate directives.
* To prevent the message being displayed, use the NOWARNING
directive.
034 IANIM only valid with LITLINK, LITLINK assumed (cautionary)
* When you use an invalid combination of directives, your
COBOL system tries to make it valid by assuming
appropriate directives.
035 INT code not produced with ANIM (cautionary)
* You must use the ANIM directive when creating
intermediate code.
036 NOTRICKLE only valid with NOALTER, NOALTER assumed (cautionary)
* When you use an invalid combination of directives, your
COBOL system tries to make it valid by assuming
appropriate directives.
For a program with SORT statements, NOTRICKLE is valid
only if NOALTER is also specified. NOTRICKLE cannot be
used if the program contains ALTER statements.
* To prevent the message being displayed, use the NOWARNING
directive.
037 Generated code module too large (recoverable)
* The generated code module is too large for your COBOL
system to handle.
* Segment your program.
038 Internal error. Contact Technical Support (fatal)
* An internal error has occurred in your COBOL system while
generating code.
* Contact Technical Support.
039 Errors detected during creation of intermediate code
(recoverable)
* You are trying to generate code from intermediate code
that was found to contain severe errors when it was
submitted to your COBOL system.
* Correct all the severe errors in your source code.
040 Bad program-id or entry name (recoverable)
* The name you have given in the PROGRAM-ID clause or the
ENTRY...U SING phrase, or as the root of the input
file-name, cannot be correctly handled by your system
assembler.
* Change the name to comply with your operating system's
rules for a function name.
041 Internal error. Contact Technical Support (fatal)
* An internal error has occurred in your COBOL system while
generating code.
* Contact Technical Support.
042 Internal error. Contact Technical Support (fatal)
* An internal error has occurred in your COBOL system while
generating code.
* Contact Technical Support.
043 Internal error. Contact Technical Support (fatal)
* An internal error has occurred in your COBOL system while
generating code.
* Contact Technical Support.
044 Internal error. Contact Technical Support (fatal)
* An internal error has occurred in your COBOL system while
generating code.
* Contact Technical Support.
045 Internal error. Contact Technical Support (fatal)
* An internal error has occurred in your COBOL system while
generating code.
* Contact Technical Support.
046 Internal error. Contact Technical Support (fatal)
* An internal error has occurred in your COBOL system while
generating code.
* Contact Technical Support.
047 Internal error. Contact Technical Support (fatal)
* An internal error has occurred in your COBOL system while
generating code.
* Contact Technical Support.
049 Internal error. Contact Technical Support (fatal)
* An internal error has occurred in your COBOL system while
generating code.
* Contact Technical Support.
050 Internal error. Contact Technical Support (fatal)
* An internal error has occurred in your COBOL system while
generating code.
* Contact Technical Support.
051 OBJLITE not valid with OMF(GNT) or OPT(0). NOOBJLITE assumed.
(recoverable)
052 Feature not supported in OBJLITE. Use NOOBJLITE (recoverable)
054 Parameter type cannot be passed by value (recoverable)
* Only those COMP-5 items that are 4 bytes or smaller can
be passed by value.
* Ensure that any COMP-5 items are no larger than 4 bytes.
055 Opcodes file corrupt or unknown machine type (recoverable)
* Your $COBDIR/ncg.ops file has become corrupted.
* Reinstall your ncg.ops file.
056 Option not implemented: "option name" (recoverable)
* This language option is not supported on this code
generator.
058 Literals do not fit in data segment. Recompile with NODATALIT.
(recoverable)
* The number of literals in the program being generated
made the data segment bigger than 64K. In most cases, the
code generator detects this automatically and assumes
NODATALIT. In a few cases this cannot be done and this
message results.
* Re-submit your program to your COBOL system with
NODATALIT so that literals are put in the code segments.
059 Program too large to be compiled with OPT (0) (fatal)
* Your Procedure Division produced more than 64K of
intermediate code in the root segment.
* Use the OPT(1) or OPT(2) directive to produce standard
generated code, or change your program to make the root
segment smaller.
060 BY VALUE Parameters not allowed with FASTLINK (recoverable)
* PROCEDURE DIVISION and ENTRY statements must not contain
parameters passed BY VALUE if the FASTLINK directive is
used.
* Use the NOFASTLINK directive.
061 GANIM not valid with OPT(0). OPT(1) assumed (cautionary)
* When you use an invalid combination of directives, your
COBOL system tries to make it valid by assuming
appropriate directives.
062 EANIM not valid with OPT(0). OPT(1) assumed (cautionary)
* When you use an invalid combination of directives, your
COBOL system tries to make it valid by assuming
appropriate directives.
063 DEFFILE only valid with OMF(OBJ). OMF(OBJ) assumed (cautionary)
* When you use an invalid combination of directives, your
COBOL system tries to make it valid by assuming
appropriate directives.
065 Write failure on .PL file (recoverable)
067 OBJ file contains too many segment, class and group names
(fatal)
* A .OBJ file may contain only 255 unique names. Each
segment, class and group name requires one unique name,
which imposes a restriction of 255 segment, class and
group names in total.
068 IDY file not found - GANIM, EANIM or SOURCEASM ignored
(cautionary)
069 Source file not found - SOURCEASM ignored (cautionary)
070 Open failure on directives file (recoverable)
071 OPT(0) not valid with OMF(GNT). OPT(1) assumed (cautionary)
072 FASTLINK not valid with REGPARM. NOFASTLINK assumed (cautionary)
073 Internal error. Contact Technical Support. Call literal table
overflow (fatal)
074 EXPANDDATA not valid with OMF(GNT). NOEXPANDDATA assumed
(cautionary)
075 Call-convention not supported (cautionary)
076 Inefficient code produced for this statement (cautionary)
077 Generated code module too large (limit = limit bytes)
(recoverable)
078 Too many code relocations (limit = limit, actual = limit
(recoverable)
079 Too many data relocations (limit = limit, actual = limit
(recoverable)
080 Too many symbol table entries (limit = limit, actual = limit
(recoverable)
081 Internal error. Contact Technical Support. Out of temporary
registers (recoverable)
082 Internal error. Contact Technical Support. Register tracking
logic error (recoverable)
MPE/iX 5.0 Documentation