SQL/MX Programming Manual for Java

SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java523726-003
D-55
Semantic Analysis (0201-000100—0201-022306)
0201-020100
Cause. You embedded a DESCRIBE statement, which SQLJ does not support.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Remove the DESCRIBE statement from the SQLJ source file and
resubmit. See Supported SQL Statements on page A-8.
0201-020200
Cause. You embedded an END DECLARE SECTION statement, which SQLJ does
not support.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Remove the END DECLARE SECTION statement from the SQLJ source
file and resubmit. See Supported SQL Statements on page A-8.
0201-020300
Cause. You embedded an EXEC SQL statement, which SQLJ does not support.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Remove the EXEC SQL statement from the SQLJ source file and resubmit.
See Supported SQL Statements on page A-8.
0201-020400
Cause. You embedded an EXECUTE statement, which SQLJ does not support.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Remove the EXECUTE statement from the SQLJ source file and resubmit.
See Supported SQL Statements on page A-8.
[0201-020100] SQLJ does not support the DESCRIBE statement.
[0201-020200] SQLJ does not support the END statement.
[0201-020300] EXEC is not a statement starter in SQLJ.
[0201-020400] SQLJ does not support EXECUTE statements.