SQL/MX Programming Manual for Java

SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java523726-003
D-38
Semantic Analysis (0201-000100—0201-022306)
Recovery. Resubmit by using host variables for each OUT and INOUT parameter.
See Calling Stored Procedures in Java on page 3-59.
0201-011000
Cause. You used either the IN or INOUT mode for argument #num of routine-name,
but the stored procedure requires the OUT mode.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit with the OUT mode. See Calling Stored Procedures in Java on
page 3-59.
0201-011200
Cause. You used either the OUT or INOUT mode for argument #num of
routine-name, but the stored procedure requires the IN mode.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit with the IN mode. See Calling Stored Procedures in Java on
page 3-59.
0201-011301
Cause. You used either the IN or INOUT mode for argument #num of routine-name,
but the stored procedure requires the INOUT mode.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit with the INOUT mode. See Calling Stored Procedures in Java on
page 3-59.
0201-011400
Cause. SQLJ could not find the stored procedure routine-name with #num
arguments.
[0201-011000] Argument #num of routine-name requires mode
OUT.
[0201-011200] Argument #
num of routine-name requires mode IN.
[0201-011301] Argument #
num of routine-name requires mode
INOUT.
[0201-011400] Did not find a stored procedure or function
routine-name with num arguments.