LOAD TABLE not allowed on temporary table with ON COMMIT DELETE ROWS

Item Value
SQLCODE -993
Constant SQLE_INVALID_TEMP_TABLE_COMMIT_ACTION
SQLSTATE WL007
Sybase error code 13496
ODBC 2 State ERROR
ODBC 3 State ERROR

Probable cause 

The LOAD TABLE statement automatically commits at completion. If a temporary table being loaded was declared with ON COMMIT DELETE ROWS, the rows would be discarded at completion.