SQL/MX Programming Manual for Java

SQLJ Error Messages
HP NonStop SQL/MX Programming Manual for Java523726-003
D-50
Semantic Analysis (0201-000100—0201-022306)
0201-018400
Cause. SQLJ encountered an identifier after the ROLLBACK WORK statement.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Correct the syntax and resubmit. For details, see Transaction Control
Statements on page 4-41.
0201-018500
Cause. You tried to use compound statements, which SQLJ does not support.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Remove the compound statements from the SQLJ source file and
resubmit. See Supported SQL Statements on page A-8.
0201-018800
Cause. You embedded a SHOW command, which SQLJ does not support.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Remove the SHOW command from the SQLJ source file and resubmit.
See Supported SQL Statements on page A-8.
0201-018900
Cause. You embedded a SHOWCONTROL command, which SQLJ does not support.
Effect. The SQLJ translator fails during semantic analysis.
Recovery. Remove the SHOWCONTROL command from the SQLJ source file and
resubmit. See Supported SQL Statements on page A-8.
[0201-018400] identifier found after ROLLBACK [WORK].
[0201-018500] Compound Statements are not supported by SQLJ
runtime.
[0201-018800] SHOW commands are not supported by SQLJ.
[0201-018900] ShowControl is not supported by SQLJ.