How do I handle -911 (deadlock) error in a db2 program so
that the program will never abend?
Answer Posted / naidu sekhar yandrapu
-911 ABEND DEDLCOK WITH TIMEOUT
SOL: RESTART JOB AFTER SOME TIME
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is runstats utility in db2?
What is difference between isnull and coalesce?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
What is a trigger in the db2 database?
What does db2 plan contain?
What is the difference between cursor and select statement?
What are types of indexes?
How do you select a row using indexes in db2?
How do you concatenate the firstname and lastname from emp table to give a complete name?
Which command is used to connect to a database in DB2 ? Give the Syntax.
How does cobol compile db2 program?
List some fields from sqlca?
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?
Explain about open switch business continuity software?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.