SQL/MX Programming Manual for Java

SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java523726-003
D-11
Semantic Analysis (0201-000100—0201-022306)
Effect. SQLJ cannot parse the SQL statement.
Recovery. Correct the syntax and resubmit. See the context-clause on page A-4.
0100-002800
Cause. SQLJ found an invalid expression on the left-hand side (LHS) of an
assignment clause. For example, an iterator object was missing on the left-hand side
of the equal sign (=).
Effect. SQLJ cannot parse the SQL statement.
Recovery. Correct the syntax and resubmit. See the Assignment Clause on page A-5.
Semantic Analysis (0201-000100—0201-022306)
These messages occur during the semantic analysis phase of translation.
0201-000100
Cause. You entered an invalid value for the option -warn.
Effect. The SQLJ translator cannot process the option.
Recovery. Resubmit with the correct option value. For details, see -warn on
page 5-21.
0201-000503
Cause. The data type on the left-hand side (LHS) of an assignment clause is not an
iterator. See Assignment Clause on page A-5.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Verify that the LHS of an assignment clause is an iterator and resubmit. For
details, see Iterators and Result Sets on page 3-48.
[0100-002800] Invalid lvalue expression in assignment clause.
[0201-000100] The option value -warn=
value is invalid.
Permitted values are: all, none, nulls, nonulls, precision,
noprecision, strict, nostrict, verbose, noverbose.
[0201-000503] Return type incompatible with SELECT statement:
LHS-type is not an iterator type.