MFPLI00050E The precision specified for "variable-name" exceeds the implementation's limit of FIXED BINARY variables. The maximum precision has been supplied. Use FIXED DECIMAL for larger values.

The maximum precision that may be specified for a FIXED BINARY variable is 63 if it is SIGNED or 64 if it is UNSIGNED.
Resolution:
Reduce the precision of variable-name to 63 if it is SIGNED or 64 if it is UNSIGNED.
Module:
DCLPCS.PL1