SQLCODE -911 in DB2 indicates that a deadlock or timeout occurred, and the database system has automatically rolled back the transaction. This is a resource contention error where the transaction could not complete due to conflicts with other transactions or exceeded the wait timeout. Option C is correct because rollback is explicitly mentioned.