SQL/MX Programming Manual for Java
SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java—523726-003
D-80
Java Code Generation (0700-000100—0700-
001600)
Effect. The SQLJ translator fails during code generation.
Recovery. Specify a host variable whose type is compatible with the data being
selected. For details, see Data Type Support on page 3-32.
0700-001300
Cause. The SQLJ translator could not generate code for a SELECT statement
because you specified an iterator variable that was neither a positioned nor a named
iterator type.
Effect. The SQLJ translator fails during code generation.
Recovery. Specify a valid iterator type for the iterator variable. For details, see
Iterators and Result Sets on page 3-48.
0700-001400
Cause. You specified a MODULE directive more than once for the same connection
context, which is disallowed.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit with only one MODULE directive for each connection context.
For details, see the MODULE Directive on page 4-12.
0700-001500
Cause. The SQLJ translator could not generate code for a SELECT statement
because it encountered an unexpected INTO clause.
Effect. The SQLJ translator fails during code generation.
Recovery. Report the entire message to your service provider.
[0700-001300] unable to generate code for SELECT statement:
incompatible lval found in exec
[0700-001400] Only one MODULE statement allowed per
Connection Context, previous MODULE statement appears on line
line-number
[0700-001500] unable to generate parameter info: unexpected
into found