Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
什么是有效的解决方案/技术(ETL 除外)可以将数据从 VSAM 文件(大型机)近乎实时地复制到 RDBMS(大型机外部)?
注意:这个 VSAM 文件有 COM3 数据,所以复制技术应该能够在复制过程中理解和转换它。
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
我有这个 ant talk 将 cgi-dir 复制到 cgi-dest。
<exec executable="cp" failonerror="yes"> <arg value="-a" /> <arg value="${cgi-dir