SQL/MX Programming Manual for Java
SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java—523726-003
D-8
SQLJ Syntax Checking (0100-000200—0100-
002800)
Recovery. Correct the syntax and resubmit. See the Iterator Declaration Clause on
page A-2.
0100-001300
Cause. A required semicolon (;) was missing in the SQLJ clause.
Effect. SQLJ cannot parse the statement.
Recovery. Correct the syntax and resubmit. See the SQLJ Clause on page A-1.
0100-001400
Cause. A required colon (:) was missing in the SQLJ clause.
Effect. SQLJ cannot parse the statement.
Recovery. Correct the syntax and resubmit. See the SQLJ Clause on page A-1.
0100-001500
Cause. A required comma (,) was missing in the SQLJ clause.
Effect. SQLJ cannot parse the statement.
Recovery. Correct the syntax and resubmit. See the SQLJ Clause on page A-1.
0100-001600
Cause. A required dot operator (.) was missing in the SQLJ clause.
Effect. SQLJ cannot parse the statement.
Recovery. Correct the syntax and resubmit. See the SQLJ Clause on page A-1.
0100-001700
Cause. A required parenthesis (( or )) was missing in the SQLJ clause.
[0100-001300] Missing semicolon.
[0100-001400] Missing colon.
[0100-001500] Missing comma.
[0100-001600] Missing dot operator.
[0100-001700] Missing parenthesis.