EQA1590W Varying string variable name has a length that is greater than its declared maximum. It will not be used in expressions until it is fixed.

Explanation

The variable named has been declared as VARYING with length n, but its current length is greater than n. The variable might be uninitialized or might have been written over.