What is dbrm? What it contains?
No Answer is Posted For this Question
Be the First to Post Answer
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?
What error I will get if my select query gives multiple row while executing a Cobol-DB2 program.How can I solve it without using a cursor.
4 Answers Cap Gemini, Verizon,
Are views updateable?
What is the difference between using bind () and rebind () methods of naming class?
Define sqlca.
Can there be more than one cursor open for any program?
Define predicate?
How to resolve -818 sql code in DB2?
Explain what a plan is?
List down the types of triggers in the db2 database?
What are foreign keys in db2?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.