EQA1489S variable name is not a based variable but a locator has been supplied for it.
Explanation
A pointer cannot be used unless the variable is BASED.
Programmer response
Use additional qualification to get to the desired variable.
A pointer cannot be used unless the variable is BASED.
Use additional qualification to get to the desired variable.