SQL/MX Programming Manual for Java
SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java—523726-003
D-51
Semantic Analysis (0201-000100—0201-022306)
0201-019000
Cause. You embedded a SHOWSHAPE command, which SQLJ does not support.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Remove the SHOWSHAPE command from the SQLJ source file and 
resubmit. See Supported SQL Statements on page A-8.
0201-019200
Cause. A type mismatch occurred between the argument type in the CALL statement 
and the specified type for the stored procedure.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit with correct and compatible data types for the procedure 
arguments. For details, see the SQL/MX Guide to Stored Procedures in Java.
0201-019301
Cause. SQLJ encountered a syntax error in the MODULE directive.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Correct the syntax of the MODULE directive and resubmit. For details, see 
the SQL/MX Reference Manual and MODULE Directive
 on page 4-12.
0201-019302
Cause. You specified a module name longer than 128 characters, which is disallowed.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit with a valid module name. For details, see Module Name Length 
on page 6-13. 
[0201-019000] ShowShape is not supported by SQLJ.
[0201-019200] Argument 
position-num type is not compatible 
with database type 
data-type.
[0201-019301] Syntax error in MODULE statement.
[0201-019302] Module name cannot be longer than 128 
characters.










