SQL/MX Programming Manual for Java
SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java—523726-003
D-68
Java Syntax Checking (0500-000400—0500-
005000)
0500-003100
Cause. The string used was not a valid identifier.
Effect. SQLJ cannot parse the statement.
Recovery. Resubmit with a valid identifier.
0500-003200
Cause. You tried to perform a Boolean negation operation on a non-Boolean operand.
Effect. SQLJ cannot parse the statement.
Recovery. Verify that the operand to the negation operation is a Boolean type and
resubmit.
0500-003300
Cause. You tried to perform a shift operation on non-integral operand.
Effect. SQLJ cannot parse the statement.
Recovery. Verify that the operand to the shift operation is an integral type and
resubmit.
0500-003400
Cause. The operand used with sign (unary negation) operator was non-numeric,
which is invalid.
Effect. SQLJ cannot parse the statement.
Recovery. Verify that the operand for the sign operator is numeric and resubmit.
0500-003500
Cause. The SQLJ parser encountered an unexpected token in the statement.
[0500-003100] Name 'string' cannot be used as an identifier.
[0500-003200] Negation operator requires boolean operand.
[0500-003300] Shift operator requires integral operands.
[0500-003400] Sign operator requires numeric operand.
[0500-003500] Unexpected token '
string' in Java statement.