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?
Answers were Sorted based on User's Feedback
Answer / guest
Use versioning and binding the 2 versions to a single
collection or use the method above.
| Is This Answer Correct ? | 1 Yes | 0 No |
Explain the function done by data manager?
What is the SQL Communications Area and what are some of its key fields?
When do you use the IMAGECOPY?
Can we delete records from view?
What is db2 optimizer?
What is a root page?
What is coalesce in db2?
Explain an outer join?
Shall i use this query to retrieve first 4 records, Select empno, sal from emptbl where empno < 5. like this can we fetch first 100 records?
What is ibm db2 database?
How do I optimize a query in db2?
Do we have any optinon to search part of integer in DB2 as we have for character Like,SUBSTR optins?