MFPLI00152S "variable-name" is undeclared and has been used in an ALLOCATE or LOCATE statement as the name of a BASED or CONTROLLED variable.

Variables cannot be implicitly declared as BASED or CONTROLLED.
Resolution:
Explicitly declare the BASED or CONTROLLED variable "variable-name".
Module:
CTLALL.PL1, INTRP2.PL1