SQL/MP Messages Manual

SQLCI Messages (10000 to 10999)
HP NonStop SQL/MP Messages Manual427720-006
12-25
SQL 10098
Cause. The command tried to list rows when there were no more rows to select.
Effect. No rows are displayed.
Recovery. If you do not want to select any more data, use the CANCEL command to
terminate the SELECT. If you want to see more data, use the LIST FIRST number
command.
SQL 10112
Cause. More than 16 tables were involved in the query.
Effect. No table information is reported.
Recovery. Informational message only; no corrective action is needed.
SQL 10133
Cause. A SQLCI-defined TMF transaction aborted. Possible causes are:
The transaction exceeded the MINFILES threshold during a long-running browse
access query.
TMFCOM was used to abort the transaction.
A remote node involved in the transaction became unavailable.
Effect. The changes entered in the TMF transaction are lost.
Recovery. For a long browse access query, use the SET SESSION AUTOWORK OFF
command before running the query.
SQL 10200
Cause. Stated in the error message.
Effect. New lines are appended to existing text in the file.
Recovery. Close the file and reopen it with the CLEAR option.
10098 There are no more selected rows.
10112 (Some table statistics were lost)
10133 The active SQLCI transaction is aborted.
10200 The file is not cleared (feature not implemented for
EDIT files yet). To CLEAR the file, close the file and then
reopen it with the CLEAR option.