MFPLI10124W Parameters of type AREA(*) with length > 32K are not yet supported; argument number argument-number is variable-sized and could exceed 32K.

Only AREA arguments with length <= 32K can be passed to AREA(*) parameters.
Resolution:
Ensure all AREA arguments passed to this parameter are <= 32K or are of the same length and specify that length for the AREA parameter.
Module:
EXPARG.PL1