DB2 - DataBase Abend SQL +100
ROW NOT FOUND FOR FETCH, UPDATE OR DELETE, OR THE RESULT OF A QUERY IS AN EMPTY TABLE.
Explanation:: One of the following conditions occurred:
* No row met the search conditions specified in an UPDATE or DELETE statement.
* The result of a SELECT INTO statement was an empty table.
* A FETCH statement was executed when the cursor was positioned after the last
row of the result table.
* The result of the subselect of an INSERT statement is empty. When a SELECT
statement is executed using SPUFI, this SQL code indicates normal completion.
0 Comments:
Post a Comment
<< Home