How does one bind 2 versions of a CICS transaction with the
same module name in two different CICS regions that share
the same DB2 subsystem?
Answer Posted / s
Bind the package into two different collections.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is an instance in db2?
Explain package in db2 and its advantages?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
What is deadlock in db2?
What is the information associated with sysibm.syslinks table?
What is bufferpool in db2?
What is dbrm library?
How to check table size in db2 sap?
List down the data types in the db2 database.
What is null in db2?
Can one database have multiple instances?
What is sqlca?
What does reorg do 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.
What is dbrm? What it contains?