Does DataStage support Excel and SQLServer?

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
nelc
Participant
Posts: 23
Joined: Wed Apr 16, 2003 4:34 am

Does DataStage support Excel and SQLServer?

Post by nelc »

Hi all,

I am currently using DataStage version 5.
Just like to check whether the newer versions support MS Excel and SQL Server?

Thanks in advance!
WoMaWil
Participant
Posts: 482
Joined: Thu Mar 13, 2003 7:17 am
Location: Amsterdam

Post by WoMaWil »

Yes it does.

But I suppose you want also know the HowTo.

Excel on a Windows-Server via ODBC on a Unix-Server "Save to csv" and read with seq-Stage.



Wolfgang Huerter
=====================
Cologne, Germany
stan_taylor
Charter Member
Charter Member
Posts: 14
Joined: Tue Mar 04, 2003 3:27 pm

Post by stan_taylor »

SQL Server can be read via ODBC once you have configured ODBC correctly to access it from your DataStage server. If you are on UNIX or want to have a consistent way to access Excel and have the Java pack you can use POI (http://jakarta.apache.org/poi/) to access the files directly.

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

Post by ray.wurlod »

Note that the ODBC driver for Excel regards worksheets as system tables. [:0] This means:
(a) you must check "system tables" when importing metadata
(b) the "table names" come in prefixed by "$"

Ray Wurlod
Education and Consulting Services
ABN 57 092 448 518
Post Reply