DSNT418I   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. This has no effect on the existing use of any other field in the SQLCA.

User response

Examine the SQLSTATE value. If necessary, correct the SQL statement and reissue it.