SQL/MP Messages Manual
SQL Executor Messages (8000 to 8999)
HP NonStop SQL/MP Messages Manual—427720-006
10-29
SQL 8262
Cause. The similarity check failed.
Effect. The statement cannot be executed without recompilation. SQL/MP attempts
auto-recompilation.
Recovery. To avoid future auto-recompilation, the compile-time table and the
execution-time table must have identical key definitions.
SQL 8270
Cause. A DEFINE referred to by a statement that uses execution-time name
resolution was missing, or the DEFINE was not a CLASS MAP DEFINE, or the
DEFINEMODE for the process was OFF.
Effect. The statement fails.
Recovery. Add the DEFINE and rerun the program.
SQL 8300
Cause. The file system detected a problem within the indicated file.
Effect. The statement fails.
Recovery. See the SQLCA for the error returned by the file system to determine the
cause. The program can display the file system error by using the SQLCADISPLAY
procedure described in the SQL/MP programming manual for the host language in
which the program is written. Correct the file system error, and reissue the statement.
8262 The execution-time table has a different key than the
compile-time table. The error occurred on value-1.
8270 The statement cannot be executed because the DEFINE
value-1 is missing.
8300 File system error occurred on value-1.