What does db2 stand for?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More DB2 Interview Questions

When reorg is used?

0 Answers  


What is lock escalation in db2?

0 Answers  


is there any restrictions for unions ?

4 Answers   Patni,


how to fetch multiple records without using cursor

14 Answers   HCL,


What are the disadvantages of using VARCHAR?

3 Answers  






In a Cobol-DB2 program, I am fetching rows from 4 tables using cursor and then based on the a field present in that table, It processes the information accordingly..for example stat-c is one digit field..if stat-c is 'D' then the a row is deleted from table and written those details in to a file. If the stat-c is 'U' then a row is updated (hardcoded what to update)in a table and written those details in to a file. If the stat-c is 'I' then a row is inserted in a table and written those details in to two files. The issue is i have to include the intermediate commits. When an abend occurs, due to commit statement db2 tables will be saved, But there will be lose of file contents. When we resubmitting the job associated with this program there will be insert ,update and delete anomolies to avoid that what measures could be taken?. The intermediate commit is nothing but issuing commit after massive inserts, updates and deletes(sum of 500actions)

2 Answers  


How can you validate Sql errors during cursor operation in db2 pgms and where do you code?

0 Answers   IBM,


What is reorg?

0 Answers  


Which is faster delete or truncate?

0 Answers  


How do I add a column to a table in db2?

0 Answers  


When is the authorization check on DB2 objects done - at BIND time or run time?

1 Answers  


Can you use a select query in a loop to fetch multiple rows? If so what is the advantage of using a cursor?

2 Answers   L&T, UST,


Categories