mainframe flat/sequential files to sql server

  • I'm new to this forum.  Any help will be appreciated!  Trying to get an idea of how to bring in flat or sequential files that sit on a mainframe into sql server thru DTS. 

    I can convert 'em to db2 tables and bring in, but I really don't want to add that extra step .... unless of course I do not have a choice ....

    Thanks,

    Alan

  • Do you have any tool to transfer the mainframe flat file to the NT Server?  Then using bcp or bulk copy to transfer the flat file into SQL Server.

  • i've had pain with using DB2...

    you should be able to get the data out via ODBC then datapump it into SQLServer

    Good Luck!

  • I have found that I have to have software like VEDIT to convert the flat file from EBCDIC to ASCII before using DTS to bring the file to SQL.



    Michelle

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply