SQL/MX Programming Manual for Java
SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java—523726-003
D-54
Semantic Analysis (0201-000100—0201-022306)
0201-019700
Cause. You embedded a BEGIN DECLARE SECTION statement, which SQLJ does
not support.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Remove the BEGIN DECLARE SECTION statement from the SQLJ source
file and resubmit. See Supported SQL Statements on page A-8.
0201-019800
Cause. You embedded an ALLOCATE statement, which SQLJ does not support.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Remove the ALLOCATE statement from the SQLJ source file and
resubmit. See Supported SQL Statements on page A-8.
0201-019900
Cause. You embedded a CLOSE statement, which SQLJ does not support.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Remove the CLOSE statement from the SQLJ source file and resubmit.
See Supported SQL Statements
on page A-8.
0201-020000
Cause. You embedded DEALLOCATE statement, which SQLJ does not support.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Remove the DEALLOCATE statement from the SQLJ source file and
resubmit. See Supported SQL Statements on page A-8.
[0201-019700] SQLJ does not support the BEGIN DECLARE
statement.
[0201-019800] SQLJ does not support ALLOCATE statements.
[0201-019900] SQLJ does not support the CLOSE statement.
[0201-020000] SQLJ does not support DEALLOCATE statements.