Quote:
|
Hi, how can I take a table in my Windows NT 4 UDB 7.2.4 database and transfer it to my exact same table on my database running on S/390 v7.1?
|
If you are talking about data and this is the only software you have. Then the easy way is to :
Export you data to a csv flat file.
FTP the csv file to a Mainframe PDS using TCP/IP.
Use that PDS as input to your OS/390 load utility.
Good Luck.
p.s. If you have more IBM software let us know and their could be several more solutions.