IGYPP5178-U The object program exceeded 16 megabytes. Recompile the program with the "RENT" compiler option or restructure the program into smaller programs and recompile.
Explanation
Usually, this problem is caused by defining a very largeWORKING-STORAGE SECTION
. The NORENT
compiler
option causes the WORKING-STORAGE
area to be included
in the load module. System action
The compilation is terminated with an ABORT and RC=16.User response
Recompile the program with theRENT
compiler
option, which causes WORKING-STORAGE
to be acquired
separately. Or restructure the program into smaller programs and recompile.related references
RENT (Enterprise COBOL Programming Guide)
Performance-related compiler options (Enterprise COBOL Programming Guide)
RENT (Enterprise COBOL Programming Guide)
Performance-related compiler options (Enterprise COBOL Programming Guide)