We have Mainframe z/OS COBOL applications accessing set of DB2 tables (T1, T2) from few applications (App1, App2) in a SELECT query. Now, we are moving one of the application (App1) and its tables (T1) to SQL Server (Azure SQL in the future). How do we move this application without impacting the Mainframe COBOL applications?
Can we use BizTalk Host Integration Server DRDA services to expose the table T1 from SQL Server and Table T2 from DB2 and allow the Mainframe COBOL applications to continue to join the tables and run SELECT queries? In otherwords, Mainframe COBOL wouldn't even know the table T1 is not in DB2 but in SQL Server? The following link from Microsoft says doable, but would like to understand the feasibility and Pros/Cons.
- IBM DRDA - https://en.wikipedia.org/wiki/DRDA, https://www.ibm.com/support/knowledgecenter/en/SSGU8G_11.70.0/com.ibm.admin.doc/ids_admin_0206.htm
- Configuring DB2 for z-OS - https://learn.microsoft.com/en-us/host-integration-server/core/configuring-db2-for-z-os
- DRDA services available in BizTalk - https://learn.microsoft.com/en-us/host-integration-server/core/service-for-drda