What should be specified along with a cursor in order to
continue updating process after commit?
Which component is responsible for processing sql statements and selecting access paths?
Where do you specify them?
what happend with out using Commit,when closing cursor and program?
In a single table,How to retrieve a employee-id of an employee who works in more than one department?
Explain the contents that are a part of dclgen.
What is dpf in db2?
While creating a table, by mistake you have given size of one field as 10. But as per requirement size should be 8. What is your next step?
How do I add a column to a table in db2?
what is the soft code for deadlock ?
What are the contents of a dclmgen?
In a DB2-CICS program which is acts as co-ordinator and which is participant?
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