A field in the *SQLCA* indicating the result of the most recent SQL statement. SQLCODE = 0 means success, positive values indicate warnings (100 = not found), and negative values indicate errors (-805 = plan not found, -911 = deadlock/timeout, -818 = timestamp mismatch). (Ch. 27, Ch. 28)