SQL/MX Programming Manual for Java

SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java523726-003
D-60
Semantic Analysis (0201-000100—0201-022306)
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Specify the IN mode for the host variable and retranslate the program. See
Host Expression on page A-6.
0201-022302
Cause. You did not specify the IN mode for the host variable name at position num.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Specify the IN mode for the host variable at position num and retranslate
the program. See Host Expression on page A-6.
0201-022303
Cause. You did not specify the OUT mode for the host variable name.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Specify the OUT mode for the host variable and retranslate the program.
See Host Expression on page A-6.
0201-022304
Cause. You did not specify the OUT mode for the host variable name at position num.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Specify the OUT mode for the host variable at position num and retranslate
the program. See Host Expression on page A-6.
0201-022305
Cause. You did not specify the INOUT mode for the host variable name.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Specify the INOUT mode for the host variable and retranslate the program.
See Host Expression on page A-6.
[0201-022302] Host item name (at position #num) requires mode
IN.
[0201-022303] Host item
name requires mode OUT.
[0201-022304] Host item
name (at position #num) requires mode
OUT.
[0201-022305] Host item
name requires mode INOUT.