SQL/MX Programming Manual for Java
SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java—523726-003
D-56
Semantic Analysis (0201-000100—0201-022306)
0201-020500
Cause. You embedded a GET statement, which SQLJ does not support.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Remove the GET statement from the SQLJ source file and resubmit. See
Supported SQL Statements on page A-8.
0201-020600
Cause. You embedded an OPEN statement, which SQLJ does not support.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Remove the OPEN statement from the SQLJ source file and resubmit. See
Supported SQL Statements on page A-8.
0201-020700
Cause. You embedded a PREPARE statement, which SQLJ does not support.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Remove the PREPARE statement from the SQLJ source file and resubmit.
See Supported SQL Statements on page A-8.
0201-020800
Cause. You embedded a WHENEVER directive, which SQLJ does not support.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Remove the WHENEVER directive from the SQLJ source file and
resubmit. See Supported SQL Statements on page A-8.
[0201-020500] SQLJ does not support GET statements.
[0201-020600] SQLJ does not support the OPEN statement.
[0201-020700] SQLJ does not support the PREPARE statement.
[0201-020800] SQLJ does not support the WHENEVER directive.