In this post, you’ll learn about the error message -901 unsuccessful execution caused by a system error that does not preclude the successful execution of subsequent sql statements in the IBM DB2 database , the reason why it occurs along with the solution to fix it
IBM DB2 Error Message
-901 unsuccessful execution caused by a system error that does not preclude the successful execution of subsequent sql statements
Reason for the Error
A system error has occurred that prevented successful execution of the current SQL statement.� However, the error was not of a kind that would preclude successful execution of further SQL statements.The error may have occurred because the length of the SQL statement is less than 0, or it exceeds the DB2 maximum length for a statement.
Solution
Notify the system programmer for analysis of the abend that caused this return code. An application program receiving this return code may retry and is not prohibited from executing further SQL statements.