SQL/MX Programming Manual for Java

SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java523726-003
D-41
Semantic Analysis (0201-000100—0201-022306)
0201-012300
Cause. The SQLJ translator encountered unsupported syntax in a SET
TRANSACTION statement. For example, you tried to specify a diagnostics area in a
SET TRANSACTION statement.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Correct the syntax and resubmit. For details, see Setting Attributes for
Transactions on page 4-43.
0201-012400
Cause. The SQLJ translator encountered unsupported syntax in a SET
TRANSACTION statement at token. For example, you tried to specify a diagnostics
area in a SET TRANSACTION statement.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Correct the syntax and resubmit. For details, see Setting Attributes for
Transactions on page 4-43.
0201-012600
Cause. You specified invalid syntax for the stored procedure.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit with valid syntax for the stored procedure. See the SQL/MX
Guide to Stored Procedures in Java.
0201-012700
Cause. The SQLJ translator encountered missing or unmatched closing braces (}) in
the CALL statement.
Effect. The SQLJ translator fails during semantic analysis.
[0201-012300] Unrecognized SET TRANSACTION syntax.
[0201-012400] Unrecognized SET TRANSACTION syntax at "
token"
...
[0201-012600] Stored function or procedure syntax does not
follow SQLJ specification.
[0201-012700] Expected "
expected-token" and found
"
actual-token" instead.