SQL/MX Programming Manual for Java
SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java—523726-003
D-36
Semantic Analysis (0201-000100—0201-022306)
Recovery. Check the argument modes of the stored procedure and resubmit with the
correct modes. See Calling Stored Procedures in Java on page 3-59.
0201-010101
Cause. The SQLJ translator determined that the DatabaseMetaData information for
the stored procedure contains UNKNOWN mode for the host variable name at position
#num, so SQLJ assumes the IN mode.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Check the argument modes of the stored procedure and resubmit with the
correct modes. See Calling Stored Procedures in Java on page 3-59.
0201-010200
Cause. The mode of host variable #num was OUT or INOUT, which is disallowed.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit with the correct mode. See Host Expression on page A-6.
0201-010201
Cause. The mode of the host variable name at position #num was OUT or INOUT,
which is disallowed.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit with the correct mode. See Host Expression
on page A-6.
0201-010300
Cause. The SQLJ translator could not find the stored procedure routine-name in
the database.
Effect. The SQL translator fails during semantic analysis.
[0201-010101] Assuming IN mode for host item name (at
position #
num).
[0201-010200] Host item #
num cannot be OUT or INOUT.
[0201-010201] Host item
name (at position #num) cannot be OUT
or INOUT.
[0201-010300] Not found:
routine-name. There is no stored
procedure or function of this name.