Hi Timothy, Adding DB2 to the other LPAR sounds more and more the way to go.
Thanks for your response. Judith Nelson -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Timothy Sipples Sent: Wednesday, September 20, 2017 12:19 AM To: [email protected] Subject: Re: LPAR to LPAR access You can configure your CICS "File Owning Region" (FOR) in CICS TS in the LPAR with DB2, then access that FOR from any interconnected CICS regions -- and from interconnected TXSeries, for that matter. The folks in the CICS-L mailing list likely can provide more details if you need them. Basically, just put the CICS programs that make DB2 calls in CICS in the DB2 LPAR, then run whatever non-DB2 CICS programs (that call the DB2-related CICS programs) you want in your other CICS LPAR(s). It's classic, tried and true "TOR/AOR/FOR" separation. (As an aside, nowadays there are also "Rules Owning Regions," "Channel Owning Regions," "Mobile Owning Regions," and whatever other "owning" regions you want to have as architectural best practices.) For batch, CICS's EXCI (external call interface) works via the same path. If you're using Java (or mixed Java) batch then you can use the JDBC Type 4 driver, to pick another example. HiperSockets and SMC-D LPAR-to-LPAR connectivities are recommended, if you can. It's best if you do some careful analysis to determine whether avoiding adding DB2 to this particular LPAR is the right approach. For "occasional" DB2 access, it's probably OK. For more intensive DB2 access, DB2 data sharing is likely going to perform better and be more cost efficient. -------------------------------------------------------------------------------------------------------- Timothy Sipples IT Architect Executive, Industry Solutions, IBM z Systems, AP/GCG/MEA E-Mail: [email protected] ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN The information contained in this message is confidential, protected from disclosure and may be legally privileged. If the reader of this message is not the intended recipient or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any disclosure, distribution, copying, or any action taken or action omitted in reliance on it, is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by replying to this message and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
