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 restart a DB2 program?
What is database reorganization?
What kind of database is db2?
In my table having 100 Rec. How can I delete the 7th row?? (we don't know what is data inside the table)
How do I add a column to a table in db2?
How would you move a tablespace (using STOGROUP) to a different DASD volume allocated to that tablespace?
Is it possible to precompile if db2 goes down?
how do u update the faltfile into db2 table ?
what is the total syntax for fetch ? can any one please give me all the details of fetch ? thx
can I alter a table (e.g. adding a column) when other user is selecting some columns or updating some columns from the same table?
Can we install 2 different versions of Db2 on same mainframe?
Suppose we are doing transaction in a table and abend happened in between. Suppose i have completed the transaction upto X rows and I want to start the transaction again where the abend happened. I don't want to do the transaction from the first record. Then what i have to do.