Preferred method to read DB2 tables on Mainframes

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
gomez
Premium Member
Premium Member
Posts: 83
Joined: Tue Jun 22, 2004 6:11 am

Preferred method to read DB2 tables on Mainframes

Post by gomez »

Hi:
We have DB2 tables on mainframe as source. We are working on different ways of reading the data.
(1) We get a flat file report from QMF tool on mainframe. This is not fixed width or delimited. Hence metadata definition is a manual effort.
(2) We are working on reading using a DB2 stage. For this we came to know DB2 mainframe database needs to be catalogued.

What is the preferred method to read DB2 table from mainframes? Please suggest.

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

Post by ray.wurlod »

You can use DB2 Connect or Federation Server to access the DB2 tables as if they were local.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply