What is bind plan?
No Answer is Posted For this Question
Be the First to Post Answer
What is a Database Request Module(DBRM)?
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
Mention some fields that are a part of sqlca.
In cobol+DB2program if the code of cobol program has changed than i have to do precompilation once again?
What is the role of data manager in the db2 database?
Request to database but database is not available so what is was abend is raised?
what is the syntax for FOR UPDATE CLAUSE in cursor declaration and how can u update using cursor? is it possible to update multiple rows at a time.
How to find primary key of a table in db2?
Lot of updates have been done on a table due to which indexes have gone haywire. What do you do?
Compare a subselect to a join?
Explain transactions, commits and rollbacks in DB2.
This was related to -811 sqlcode, In a COBOL DB2 program which accesses employee table and selects rows for employee 'A', it should perform a paragraph s001-x if employee 'A' is present. In this case it gets -811 sqlcode, but still it process the paragraph s001-x. What could be wrong in my code.