IGYPP5179-U The object program exceeded 16 megabytes. Recompile the program with the "RENT", "TEST(SEPARATE)", or "NOTEST" compiler options, or restructure the program into smaller programs and recompile.
Explanation
The program exceeds an internal compiler limitation.The NORENT
compiler
option causes the WORKING-STORAGE
area to be included
in the load module.
The TEST(NOSEPARATE)
compiler
option causes the DWARF
debugging information to
be included in the object program and greatly increases its size.
System action
The compilation is terminated with an ABORT and RC=16.User response
- Recompile the program with the
RENT
compiler option. - Recompile the program with the
TEST(SEPARATE)
orNOTEST
compiler option. - Restructure the program into smaller programs and recompile.
related references
RENT (Enterprise COBOL Programming Guide)
TEST (Enterprise COBOL Programming Guide)
Performance-related compiler options (Enterprise COBOL Programming Guide)
RENT (Enterprise COBOL Programming Guide)
TEST (Enterprise COBOL Programming Guide)
Performance-related compiler options (Enterprise COBOL Programming Guide)