SQL return code -913 in DB2 indicates that the current transaction was rolled back due to a deadlock or timeout. This error occurs when multiple processes are competing for the same resources, causing the system to terminate one to resolve the conflict. The other options are incorrect: -911 would be for a rollback, -802/803 for access violations, and -551 for authorization issues.