How to replicate VSAM files (Mainframe) to Database?

懵懂的女人 提交于 2019-12-13 10:23:07

问题


What is an efficient solution/technology (other than ETL) to do a near real-time replication of data from a VSAM file (Mainframe) to an RDBMS (outside Mainframe) ?

Note: This VSAM file has COM3 data, so the replication technology should be able to understand and transform this during the replication.


回答1:


there is a product at IBM - VSAM transparancy that routes vsam calls to DB2; this can help in a migration process.. there is also federation server of IBM that gives transparancy to different sources



来源:https://stackoverflow.com/questions/40627834/how-to-replicate-vsam-files-mainframe-to-database

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!