Page 1 of 1

How to connect different DB2 regions through a CICS program

PostPosted: Thu Aug 06, 2015 9:14 pm
by mbattu
Hi

I have a requirement where I need to access data from two different DB2 regions ( say DB2A and DB2B ) from a single CICS program (say it is connected to DB2A). Is it even feasible. Thank you for help.

Re: How to connect different DB2 regions through a CICS prog

PostPosted: Fri Aug 07, 2015 2:08 am
by enrico-sorichetti
DRDA is the buzzword

a cics region is <connected> to one DB2 instance, with the proper definitions and programming
a transaction can <process> tables in as many logical remote DB2 instances as needed.