MFPLI00014S "parameter-name" is a parameter but has been declared with a storage class or as a label.

CONTROLLED is the only additional storage class that may be specified for a parameter and then only if the corresponding arguments are CONTROLLED.
Resolution:
Remove the storage class from the declaration of parameter-name.
Module:
DCLPCS.PL1