MFPLI10032S A NONCONNECTED array reference used as an argument that is passed by-reference to a parameter that has constant
extents is not yet supported; argument number argument-number.
A NONCONNECTED array reference used as an argument can only be passed by-reference to a parameter with adjustable extents.
Resolution:
Use asterisks instead of constant extents for the array parameters.