SQL/MX 3.2 Messages Manual (H06.25+, J06.14+)

SQLC and SQLCO Preprocessor Messages (13000
through 13999)
HP NonStop SQL/MX Release 3.2 Messages Manual—691121-001
14-27
This error is issued if the preprocessor does not find the keyword DIVISION
immediately after any of these keywords:
IDENTIFICATION
ENVIRONMENT
DATA
WORKING-STORAGE
PROCEDURE
***ERROR[13509] Expecting DIVISION after DATA, found EXEC.
This error is issued if the preprocessor does not find the keyword SECTION
immediately after any of these keywords:
FILE
LINKAGE
***ERROR[13509] Expecting SECTION after FILE, found EXEC.
This error is issued if the preprocessor does not find the picture representation
immediately after the keyword PICTURE:
***ERROR[13509] Expecting picture specification after PICTURE,
found EXEC.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 13510
Cause. You specified COPY or REPLACE statements in the SQL declare section.
Effect. The operation fails.
Recovery. Correct the syntax and resubmit.
SQL 13511
Cause. NonStop SQL/MX reached the end of the input file while processing EXEC
SQL. The preprocessor was looking for the termination of the EXEC SQL/MX
statement and reached the end of the file before detecting the end of the statement.
There can be mismatched quote marks or parentheses.
Effect. The operation fails.
13510 The SQL declare section may not contain COPY or
REPLACE.
13511 End of input file was reached while processing EXEC
SQL.