ANR2961E
Invalid SQL enumerated type name - 'name'.

Explanation

A syntax error occurred because an SQL enumerated type name was expected, but the specified name is not one of the declared enumerated types. For example, the literal expression XXX::YYYY is illegal because XXX is not a valid enumerated type name. A list of all of the enumerated types declared by the server can be found in the SQL catalog table SYSCAT.ENUMTYPES.

System action

The SQL query is terminated.

User response

None.