SQL/MX Programming Manual for Java
SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java—523726-003
D-27
Semantic Analysis (0201-000100—0201-022306)
Recovery. Verify the access modifier of the class definition for type type, make any 
corrections, and resubmit. 
0201-00740203Into
Cause. The Java type type of host variable name in the INTO clause of a FETCH 
statement was not publicly accessible.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Verify the access modifier of the class definition for type type, make any 
corrections, and resubmit. 
0201-007403
Cause. The Java type type of host variable name at position #num was inaccessible.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Verify the access modifier of the class definition for type type, make any 
corrections, and resubmit.
0201-007404
Cause. You specified an unsupported Java type type for host variable #num.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Declare the host variable with the correct and supported data type and 
resubmit. For details, see Data Type Support
 on page 3-32.
0201-00740405In
Cause. You specified a type that was not a legal IN argument.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Resubmit with the correct IN argument. For details, see Input Assignability 
on page 3-32.
[0201-00740203Into] Type type of INTO-list item name is not 
publicly accessible.
[0201-007403] Inaccessible Java type for host item 
name (at 
position #
num): type.
[0201-007404] Unsupported Java type for host item #
num: type.
[0201-00740405In] This type is not legal as an IN argument.










