MFPLI00156E An ALLOCATE statement for the CONTROLLED variable "variable-name" cannot specify the SET option. The SET option has been ignored.

The SET option may only be specified on ALLOCATE statements for BASED variables.
Resolution:
Remove the SET option from the ALLOCATE statement for the CONTROLLED variable "variable-name".
Module:
INTRP2.PL1