ADSM-L

Load Data from TSM into Excel or MySQL

2004-03-19 13:53:47
Subject: Load Data from TSM into Excel or MySQL
From: "Stephen E. Bacher" <seb AT DRAPER DOT COM>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Fri, 19 Mar 2004 13:53:19 -0500
Christian Demnitz <christian.demnitz AT sinius DOT com> wrote:

>is there any way, to get data from tsmdatabase directly into a mysql db?
>like via odbc to ms access?
>
>i want to generat a report with a mysql db!

I do this regularly, using the same technique you would use to load
data directly from TSM into an Excel spreadsheet:  use the "-tabdelimited"
(under Unix, at least) argument on the dsmadmc line command and put
"> filename" on the end of the query or select command.  From there you
can do a 'load data infile "filename"' in MySQL.

For most tables, a TSM SELECT works fine.  For the occupancy table,
"q occupancy" may be preferable to a SELECT, because some character
fields may be truncated by a SELECT due to the way the column is defined.

Steve Bacher
Draper Laboratory
Cambridge, MA, US
seb AT draper DOT com

<Prev in Thread] Current Thread [Next in Thread>