SQL/MP Messages Manual

General Messages (0 to 999)
HP NonStop SQL/MP Messages Manual427720-006
2-14
SQL 259
Cause. See the file system error following this error for the cause.
Effect. The statement fails.
Recovery. Correct the file system error condition and reissue the statement.
SQL 300
Cause. Either the program SQLCA was corrupted, or you ran the program with a
version of the system library that precedes the version of the SQL/MP software.
Effect. The SQLCA cannot be used.
Recovery. Verify that you are using the correct system library. A SYSGEN listing of
the files indicates the version that was installed. If the wrong library caused the failure,
run the program again with the correct library. If the library is correct, preprocess (SQL
COBOL programs only), compile, and run the program again. Check also that the
different SQL components have the same version. If the problem persists, report the
entire message to your service provider.
SQL 301
Cause. The program's SQLCA was corrupted.
Effect. You cannot use this SQLCA to report errors or warnings.
Recovery. Preprocess (SQL COBOL programs only), host-language compile, SQL
compile, and run your program again. If the problem persists, report the entire
message to your service provider.
SQL 302
Cause. The space in the SQLCA for errors or warnings was filled.
Effect. A warning or an error is not set in the SQLCA.
Recovery. Report the entire message to your service provider.
259 Unable to obtain the SQL version of value-1.
300 An unsupported version of the SQLCA was encountered.
301 An SQLCA with an invalid EYE-CATCHER column was
encountered.
302 There are errors or warnings that could not fit in the
SQLCA.