C2036 Mayhem in CASE handler
Explanation: You specified statements between a DO CASE statement
and the first CASE or OTHERWISE statement. No statements are allowed
between these statements.
Action: Either remove the statements or move them to the proper
case handling block.