EQA1505S The variable variable name belongs to a FETCHed procedure and is a CONTROLLED variable that is not a parameter. This violates the rules of PL/I.

Explanation

PL/I does not allow FETCHed procedures to contain CONTROLLED variable types.

Programmer response

Correct the program.