Page 1 of 1

Can IMS access DB2.

Posted: Fri Nov 10, 2017 9:46 pm
by Kapil Sharma
Hi,

Can and how does IMS access DB2? I've mostly work with only DB2. And I have heard but never got a chance to work with IMS as such but heard that IMS can access DB2 to get the data from DB2 tables but how is it done. Can anyone please help?

Re: Can IMS access DB2.

Posted: Fri Nov 10, 2017 10:03 pm
by Robert Sample
Google is your friend. Googling ims accessing db2 returns about 569,000 hits and one of them on the first page (for me) is:
Db2 11 - Installation and migration - Defining Db2 to IMS - IBM
https://www.ibm.com/support/knowledgece ... 22ims.html
You can define new programs and transactions that access Db2 resources to your IMS system. The application plan defines the Db2 resources that an application accesses. You must generate a user language interface only if you intend to access two Db2 subsystems from the same dependent region.
So you can use the link and start reading if you want to know more.

Re: Can IMS access DB2.

Posted: Tue Nov 28, 2017 9:00 pm
by Kapil Sharma
Thanks Robert.