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 large WORKING-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 the RENT compiler option, which causes WORKING-STORAGE to be acquired separately. Or restructure the program into smaller programs and recompile.