MFPLI00503W The precision specified for argument variable-name exceeds the maximum when FLOAT DECIMAL is treated as FLOAT BINARY; reducing the precision to FLOAT DEC(16).

The specified precision requires Decimal Floating Point (DFP).

Float Binary Extended precision is not supported.

Resolution:
Use the "-dfp" compilation switch for DFP support or reduce the precision to FLOAT DEC(16);.
Module:
DCLPCS.PL1