Quote:
|
Originally Posted by Mgo
INHO there must be an easy way, because it's both from IBM.
|

Funny
I don't think there is a way, definately a backup would not work, and I don't think db2move has an AS/400 equivalent that's compatible with db2/windows. Someone may correct me.
Can AS/400 db2 export IXFs? You can write a few scripts that should get it done with "IMPORT... CREATE INTO...", provided the tables aren't too huge. (use commitcount, too, to prevent log fulls)
Maybe db2look for as/400? db2 connect then use datajoiner to do an INSERT...SELECT?