本文介绍了如何将VSAM文件(大型机)复制到数据库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
什么是有效的解决方案/技术(ETL除外),用于将数据从VSAM文件(大型机)到RDBMS(大型机外部)进行近实时复制?
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) ?
注意:此VSAM文件包含COM3数据,因此复制技术应该能够在复制过程中理解和转换此数据.
Note: This VSAM file has COM3 data, so the replication technology should be able to understand and transform this during the replication.
推荐答案
IBM的产品-VSAM透明性将vsam调用路由到DB2;这可以在迁移过程中提供帮助..还有IBM的联合服务器,可以为不同来源提供透明性
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
这篇关于如何将VSAM文件(大型机)复制到数据库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!