User`s guide
1-52
Status Codes
If you issued a DECLARE statement, the MicroKernel successfully 
created the cursor, variable, or condition you defined.
-119: The SET assignment statement completed 
successfully
The SET variable = expression statement returns this status code 
upon successful completion.
-120: The OPEN statement completed successfully
The OPEN CURSOR statement returns this status code upon 
successful completion.
-121: The CLOSE statement completed successfully
The CLOSE CURSOR statement returns this status code upon 
successful completion.
-122: The FETCH statement completed successfully
The FETCH statement returns this status code upon successful 
completion.
-123: The positioned UPDATE statement completed 
successfully
The UPDATE [table_reference] SET set_clause WHERE CURRENT 
OF statement returns this status code upon successful completion.
-124: The positioned DELETE statement completed 
successfully
The DELETE [FROM table_reference] WHERE CURRENT OF 
cursor_name statement returns this status code upon successful 
completion.
-125: The CALL stored procedure statement completed 
successfully
The CALL statement returns this status code upon successful 
completion. This status code indicates the successful completion 
condition for the stored procedure.










