MFPLI00492S "variable-name" is declared as a scalar; the corresponding item in the ALLOCATE statement has a dimension.

Dimensions in the ALLOCATE statement must match corresponding dimensions in the declaration.
Resolution:
Change the dimensions in the ALLOCATE statement to match that of the declaration (or vise-versa).
Module:
CTLALL.PL1