MFPLI00044S "array-name" has been declared with an INITIAL attribute. An INITIAL attribute cannot be specified for AUTOMATIC arrays with nonconstant
extents.
The INITIAL attribute may only be specified for AUTOMATIC arrays that have constant extents.
Resolution:
Remove the INITIAL attribute and initialise the array "array-name" on block entry.