SQL/MX Programming Manual for Java

SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java523726-003
D-12
Semantic Analysis (0201-000100—0201-022306)
0201-000700
Cause. The SQLJ translator found a duplicate method method in an iterator class.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Report the entire message to your service provider.
0201-000702
Cause. The SQLJ translator found duplicate methods in an iterator class.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Report the entire message to your service provider.
0201-000800
Cause. You used an identifier string that began with the reserved word __sJT_.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Use a valid identifier that does not begin with the SQLJ reserved word
__sJT_ and resubmit. For details, see Naming Restrictions and Reserved Words on
page 3-4.
0201-000802
Cause. An iterator or connection context name in the SQLJ program was the same as
the reserved prefix filename_SJ, which is disallowed.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Use a valid name for the iterator or connection context and resubmit. For
details, see Naming Restrictions and Reserved Words on page 3-4.
[0201-000700] Duplicate method method.
[0201-000702] Duplicate methods
method1 and method2.
[0201-000800] Identifier
string may not begin with __sJT_.
[0201-000802] The class prefix is
string, which has the SQLJ
reserved shape
filename_SJ.