SQL/MX Programming Manual for Java

SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java523726-003
D-81
Data Customization (0900-000100—0900-003000)
0700-001600
Cause. The SQLJ translator could not generate code for a SELECT statement
because it could not find an output host variable in the statement.
Effect. The SQLJ translator fails during code generation.
Recovery. Report the entire message to your service provider.
Data Customization (0900-000100—0900-003000)
These messages occur during the customization of the profile and the creation of the
module definition.
0900-000100
Cause. You specified an unknown sensitivity value in the iterator declaration clause.
Effect. The customizer issues a warning and assumes a sensitivity of ASENSITIVE.
Customization completes successfully.
Recovery. Specify ASENSITIVE, INSENSITIVE, or SENSITIVE for the sensitivity to
avoid the warning. For details, see the Iterator Declaration Clause on page A-2.
0900-000200
Cause. The value associated with the WITH clause was incompatible with the
expected Java type of the WITH clause element.
Effect. Customization of this profile fails.
Recovery. Assign a value of the appropriate Java type to the WITH clause element.
For details, see the Iterator Declaration Clause on page A-2.
0900-000300
Cause. You specified a WITH clause value that is unsupported.
[0700-001600] unable to generate parameter info: no lval
found in exec
[0900-000100] Iterator
iterator-name: Unexpected sensitivity
value
value; ASENSITIVE assumed.
[0900-000200] Iterator
iterator-name: Unexpected element
type:
type.
[0900-000300] Iterator
iterator-name: Unsupported WITH
element value: value.