MFPLI00567W Argument number argument-number has variable array extents while its corresponding parameter descriptor has constant array extents; this argument is being passed by reference (caution).

Use star-extents in the parameter descriptor where variable extents are intended.
Resolution:
Correct the argument and/or parameter descriptor.
Module:
MATCHDCL.PL1