What is the function of logging in the db2 database?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
What are the contents of dclgen?
What is cursor stability?
how do we solve soc 7 and soc4 ?
What is syscat in db2?
Can we install 2 different versions of Db2 on same mainframe?
What is dbrm? When it will be created?
can any one give the list of some important sql abend codes which r frequently asked in interviews?
What is the difference between "db2ilist" and "db2 get instance" commands in DB2 Database Server?
I have 3 cursors declared. Cursor1 retieves some data. Based on this curso2 will also fetches some data. In cursor3 (using for some updation) I'm using the data retrieved by the above 2 cursor. My question is, while working with cursor3, periodically if I give commit, will all the three crsors will be closed or only cursor3 will be closed?
When is the authorization check on DB2 objects done - at BIND time or run time?
What is the STOSPACE Utility used for?