acceessing Mainframe DB2 database by using DB2 stage

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
mallikharjuna
Participant
Posts: 81
Joined: Thu Nov 30, 2006 7:46 am
Location: india

acceessing Mainframe DB2 database by using DB2 stage

Post by mallikharjuna »

Hi,

is it possible to acceess Mainframe DB2 database by using DB2 stage.if possible please explain how to do?

Thanks in advance
MALLI
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

That's basically the correct answer. The DB2/UDB Enterprise stage only supports DB2 on the same platform type. If you want to go to AS/400 or mainframe you need the DB2 API stage (which is why it still exists in parallel jobs).

In version 8.1 the DB2 Connector stage allegedly works to other platform types, but I have not seen this in operation so can not comment.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
dsedi
Participant
Posts: 220
Joined: Wed Jun 02, 2004 12:38 am

Post by dsedi »

Ray Thanks for the clarification. Appreciate that.
Accept that some days you're the pigeon and some days you're the statue.
mallikharjuna
Participant
Posts: 81
Joined: Thu Nov 30, 2006 7:46 am
Location: india

Post by mallikharjuna »

Thanks dsedi and Ray
MALLI
mallikharjuna
Participant
Posts: 81
Joined: Thu Nov 30, 2006 7:46 am
Location: india

Post by mallikharjuna »

is it possible to connect by using ODBC?
MALLI
bobyon
Premium Member
Premium Member
Posts: 200
Joined: Tue Mar 02, 2004 10:25 am
Location: Salisbury, NC

Post by bobyon »

Yes, it is possible to access mainframe DB2 tables with and ODBC stage. Just be sure you have setup the .odbc.ini and uvodbc.config files correctly.
Bob
Post Reply