SPP3041 Error at line <line>, column <column>:Required SQL terminator not found after <type> DECLARE SECTION
Language:
C, COBOL, PL/I
Possible Cause:
Missing SQL terminator on the BEGIN/END DECLARE SECTION statement. The DECLARE SECTION statements are required for C programs and optional for COBOL and PL/I. Error is most likely to occur for a C program.
Possible Solution:
Properly terminate the DECLARE SECTION statement.