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 |
what are bind concepts in db2 cobol?
What is REORG? When is it used?
What is a view? Why use it?
What language is db2 written in?
When is the results table for the query in a DECLARE CURSOR statement created?
What is the maximum length of a column name in DB2? 18 or 30 or anything other than these?
How to create a table using embedded sql?
Explain in brief how does db2 determine what lock-size to use?
How can you classify the locks in db2?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
How to define the data items to receive the fetch items for the SQL?
how to check the table is empty or not?