PDR4014S
Section, Line number, Column number: More than one CASE ELSE
was encountered in a SELECT statement.
What happened: The rule compiler found more than one CASE ELSE
clause in a SELECT statement. The SELECT statement can have only one CASE ELSE
.
What to do: Merge the multiple CASE ELSE
clauses into one clause.