CASE statement syntax correction [CR 467835]

The CASE statement syntax should end with END, not END CASE, as documented.

CASE value-expressionWHENconstant | NULL ] THEN statement-list … … [ WHENconstant | NULL ] THEN statement-list ] … …ELSE statement-listEND

This correction will appear in the next release of the Sybase IQ document set.