| ERROR | CASE not found while executing CASE statement |
| CAUSE | A CASE statement must either list all possible cases or have an else clause. |
| ACTION | Add all missing cases or an else clause. |
| ERROR | CASE not found while executing CASE statement |
| CAUSE | A CASE statement must either list all possible cases or have an else clause. |
| ACTION | Add all missing cases or an else clause. |