SQL/MX Programming Manual for Java

SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java523726-003
D-9
SQLJ Syntax Checking (0100-000200—0100-
002800)
Effect. SQLJ cannot parse the statement.
Recovery. Correct the syntax and resubmit. See the SQLJ Clause on page A-1.
0100-001800
Cause. An unmatched parenthesis (( or )) was found 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-001900
Cause. A required square bracket ([ or ]) 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-002000
Cause. An unmatched square bracket ([ or ]) was found 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-002100
Cause. A required curly brace ({ or }) was not present 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-002200
Cause. An unmatched curly brace ({ or }) was found in the SQLJ clause.
[0100-001800] Unbalanced parenthesis.
[0100-001900] Missing square bracket.
[0100-002000] Unbalanced square brackets.
[0100-002100] Missing curly brace.
[0100-002200] Unbalanced curly braces.