Which transaction use a command thread ?
Answer / renu gupta
DSNC transaction uses the command thread to give command to
Db2
| Is This Answer Correct ? | 2 Yes | 0 No |
How to check last update on table in db2?
When do you specify the isolation level? How?
Can you define an Index if the table size less than 10 PAGES?
When DB2 connection fails, will online program work or give errors.
Define buffer pool.
can any one expalin check point with an example?
Why PS file called Physical seqential file?How to sore data in sequential file and ESDS file? What is the use of DBRM,PLAN,package and Collection.
What do you need to do before you do EXPLAIN ?
what is the difference between where clause and having clause
Parm value passed is PARM=(10,20). how do code linkage section and how would you add these two passes values and show result in cobol program.
How do you stop a db2 database in linux?
4. A DB2 application is bound with uncommitted Read isolation level.It issues a request that retrieves 20 rows out of 200000 in the table. Which of the following descrbes the rows that are locked as a result of this request? a. None of the rows are locked. B.The retrieved rows are locked. C.The last row of the result set is locked. D.The rows not previously updated by another application are locked.