MFPLI01261S The total amount of STATIC data exceeds max-size. Reduce the amount of STATIC data.

The current module requires more than 2GB of STATIC storage.
Resolution:
Reduce the size or number of STATIC variables and recompile. Compile with -bss option to place uninitialized static variables in .bss. Compile with -largedata option to increase storage limits (64-bit only).
Module:
ALLOC.PL1, FINMOP.PL1