Product Site

C.1.7. Error 9 - Unexpected WHEN or OTHERWISE.

Explanation:

A WHEN or OTHERWISE was found outside of a SELECT block. You might have accidentally enclosed the instruction in a DO...END block by leaving out an END, or you might have tried to branch to it with a SIGNAL instruction (which does not work because the SELECT is then ended).

The associated subcodes are:
001

WHEN has no corresponding SELECT.
002

OTHERWISE has no corresponding SELECT.