IGYCB7146-U The GOFF section limit exceeded. Reduce program size.

Explanation

The program exceeds an internal compiler limitation. The size of the program object produced for the program is larger than the maximum size for a program object.

System action

The compilation is terminated with a failure and RC=16.

User response

Refactor the program into two or more smaller programs with smaller PROCEDURE DIVISIONs, and recompile them separately.