Hi sagarika25,
The thing is DB2 itself handles some Deadlock conditions. so -911 will rollback the situation since it itself cannot handle the situation. and if -913 prompts the low priority job can b killed mannaully. So Better Handle some Locking techniques such that to avoid the deadlock and place some checkpoint also. Hope it will help.