C2024 Unclosed control structures
Explanation: You specified a control structure without specifying
the terminating END statement.
Action: Check all BEGIN SEQUENCE, DO CASE, DO WHILE, FOR, and IF
statements for corresponding END statements and make sure that all
structures are properly nested.