IGYPP5294-U There was insufficient storage for compiler processing. The region size should be increased.

Explanation

The compiler front end has run out of memory while still processing the program, and you must allocate more memory for the front end.

System action

The compilation is terminated with an ABORT and RC=16.

User response

Make sure your region size is at least 200 M. The region size must be large especially at higher optimization levels, that is, programs compiled with the OPT(1) or OPT(2) compiler option.