Reading AS400 Files

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
SrSoma
Participant
Posts: 3
Joined: Fri Jun 25, 2010 4:19 am

Reading AS400 Files

Post by SrSoma »

Hi,
We have a filebased system on AS400. Datastage is to be used as the ETL to extract those files. Could you please tell me how do we establish connection from DS side to read files in AS400?

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

Post by ray.wurlod »

Welcome aboard.

Use ODBC. Warning: EVERY file on AS/400 is considered by ODBC to be a "table" so make very sure to include a name filter in the ODBC data source configuration.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
SrSoma
Participant
Posts: 3
Joined: Fri Jun 25, 2010 4:19 am

Post by SrSoma »

Thanks ray.
Post Reply