SQL/MX Programming Manual for Java

SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java523726-003
D-7
SQLJ Syntax Checking (0100-000200—0100-
002800)
Effect. SQLJ cannot parse the declaration clause.
Recovery. Correct the syntax and resubmit. For details, see the Connection
Declaration Clause on page A-1 or Iterator Declaration Clause on page A-2.
0100-000800
Cause. SQLJ encountered incompatible access modifiers in the connection or iterator
declaration clause.
Effect. SQLJ cannot parse the declaration clause.
Recovery. Correct the syntax and resubmit. For details, see the Connection
Declaration Clause on page A-1 or Iterator Declaration Clause on page A-2.
0100-000900
Cause. SQLJ encountered an invalid expression or iterator (bind) variable in the SQL
statement.
Effect. SQLJ cannot parse the SQL statement.
Recovery. Correct the syntax and resubmit. For details, see Host Expression on
page A-6. If the error recurs, report the entire message to your service provider.
0100-001100
Cause. SQLJ encountered an invalid SQL string.
Effect. SQLJ cannot parse the SQL statement.
Recovery. Check the SQL statement and resubmit with correct SQL syntax. See the
SQL/MX Reference Manual. If the error recurs, report the entire message to your
service provider.
0100-001200
Cause. SQLJ encountered an invalid iterator declaration clause.
Effect. SQLJ cannot parse the iterator declaration clause.
[0100-000800] Access modifiers mod1 and mod2 are not
compatible.
[0100-000900] Invalid bind variable or expression.
[0100-001100] Invalid SQL string.
[0100-001200] Invalid iterator declaration.