SQL/MX Programming Manual for Java
SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java—523726-003
D-79
Java Code Generation (0700-000100—0700-
001600)
Effect. The SQLJ translator fails during code generation.
Recovery. Report the entire message to your service provider.
0700-000900
Cause. The SQLJ translator could not generate code for a FETCH statement because
you specified a non-iterator object in the statement.
Effect. The SQLJ translator fails during code generation.
Recovery. Specify a valid iterator type for the iterator object in the FETCH statement.
For details, see Iterators and Result Sets on page 3-48.
0700-001000
Cause. The SQLJ translator could not generate code for a ProfileKeys class
because of a null file and unit name for the descriptor.
Effect. The SQLJ translator fails during code generation.
Recovery. Report the entire message to your service provider.
0700-001100
Cause. The SQLJ translator could not generate code for a SELECT INTO statement
because you specified an iterator object in the INTO clause of the statement.
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-001200
Cause. The SQLJ translator could not generate code for a SELECT statement
because you specified an iterator object as an output host variable in the statement.
[0700-000900] unable to generate code for FETCH statement:
cannot fetch from non-cursor
[0700-001000] unable to generate code for ProfileKey class:
bad unit descriptor - null file and unit name
[0700-001100] unable to generate code for SELECT INTO
statement: cursor lval found in select into
[0700-001200] unable to generate code for SELECT statement:
null cursor lval found in exec