DSNU1198I SQLSTATE = sqlstate, SQLSTATE RETURN CODE

Explanation

The SQLSTATE is a return code that indicates the outcome of the most recently executed SQL statement. The execution of every SQL statement sets SQLSTATE to a five-digit code in the range of 00000 to 65535. The SQLSTATE has no effect on the existing use of any other field in the SQLCA.

System action

Utility processing continues.

User response

Use the return code value to determine the problem. If necessary, correct the SQL statement and issue it again.

Severity

0 (informational)