DB2 UDB stages

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
MukundShastri
Premium Member
Premium Member
Posts: 103
Joined: Tue Oct 14, 2003 4:07 am

DB2 UDB stages

Post by MukundShastri »

Can the Db2 UDB stages in Enterprise edition of datastage be used for accessing Db2 installed on MVS operating Systems.
aditya
Charter Member
Charter Member
Posts: 41
Joined: Sat May 28, 2005 7:32 am

Post by aditya »

Yes...It's all about using the DSN.

The DB2 Database installed on the Mainframe is generally queried via a terminal emulator and the DSN is how you do. So you could go ahead and use the same DSN setup for querying in your DS EE job.

HTH.

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

Post by ray.wurlod »

You can set up DB2 Connect to do this. Ask your DBA.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
MukundShastri
Premium Member
Premium Member
Posts: 103
Joined: Tue Oct 14, 2003 4:07 am

Post by MukundShastri »

ok. Thanks.
bmadhav
Charter Member
Charter Member
Posts: 50
Joined: Wed May 12, 2004 1:16 pm

Post by bmadhav »

Mukund
U should use the DB2/UDB API stage in DatStage EE to access DB2 on MVS.
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

As Ray said you need to install DB2 Connect. Also, if you are going to use the DB2 UDB API Stage to call the stored procedures using environment variables as parameters, you need to call Ascential to get the patch.
Post Reply