In this post, you’ll learn about the error message 0 successful execution in the IBM DB2 database , the reason why it occurs along with the solution to fix it
IBM DB2 Error Message
0 successful execution
Reason for the Error
Unqualified successful execution or successful execution with one or more warnings. If SQLWARN0 is blank, there are no warnings. If SQLWARN0 = ‘W’, at least one of the other warning indicators in the SQLCA has been set to indicate a warning condition. For example, SQLWARN1 is used to indicate that a value of a string column was truncated when assigned to a host variable.
Solution
NA