-773   CASE NOT FOUND FOR CASE STATEMENT

Explanation

A case statement without an ELSE clause was specified in the body of an SQL routine. None of the conditions specified in the CASE statement were met.

System action

The statement cannot be processed.

Programmer response

Change the CASE statement to handle all of the conditions that can occur.

SQLSTATE

20000