C2033 Missing ENDTEXT
Explanation: You specified a TEXT statement without a corresponding
ENDTEXT statement. TEXT is similar to a control structure; it must be
terminated with an ENDTEXT statement.
Action: Add an ENDTEXT statement to the end of the TEXT block.