What is lock escalation in db2?
No Answer is Posted For this Question
Be the First to Post Answer
assume ther are 5000 records in a database and want to fetch using cursor. cursor fetches only 3000 records and fetch is not happening for remaining 2000 records. why it happens and how to rectify it
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
What DB2 Catalog column tell you when an index needs table reorganized ?
Compare a subselect to a join?
Differentiate between cs and rr isolation levels? Where do you specify them?
How to check last update on table in db2?
What is the result of open cursor statement?
What is the latest version of ibm db2?
How do u achieve record level locking in DB2 versions when record level locking is not allowed?
This was related to -811 sqlcode, In a COBOL DB2 program which accesses employee table and selects rows for employee 'A', it should perform a paragraph s001-x if employee 'A' is present. In this case it gets -811 sqlcode, but still it process the paragraph s001-x. What could be wrong in my code.
Define declaration generator (dclgen).
wht r the requirements for writing a cobol-db2 pgm ?