应用程序从 z/OS CICS 移植到 .NET

发布于 2024-07-10 22:17:39 字数 220 浏览 5 评论 0原文

有哪些工具可用于将 z/OS 上的应用程序(前端、数据库、业务逻辑)迁移到 .NET(C#.NET 或 VB.NET)和 SQL Server 2005。

当前的 z/OS 系统具有:

  • CICS -前端,
  • COBOL - 语言
  • IDEAL 和 DATAComDB - 数据库。

提前致谢。

阿吉什

What are the various tools available for migrating an application on z/OS (front end, DB, Business Logic) into .NET (C#.NET or VB.NET) and SQL Server 2005.

The current z/OS system has:

  • CICS - front end,
  • COBOL - language
  • IDEAL and DATAComDB - database.

Thanks in advance.

Ajish

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

以往的大感动 2024-07-17 22:17:39

对于“较小”的平台,有 CICS TxSeries 和 COBOL for .NET,甚至还有 DB2,但我不确定将 IDEAL 或 DataCom 移植到 SQL 有多容易 - 我什至不认为它们会“重新关系。

我会考虑分阶段进行(即前端优先,最后数据库),因为这可能是最安全的迁移路径。 您的前端应该能够移植到.NET,并希望仍能与大型机数据库通信。 然后,对其进行修改,使其可以同时使用 DataCom 或 SQL Server。 然后放弃对 DataCom 的支持并摆脱您的大型机。

如果我想迁移,这就是我会做的(我不这样做:-)。

我向你提出的问题是:为什么? z/OS 提供的可靠性和吞吐量远远高于 Windows 机器。 是维护费用吗? 您的硬件即将停止服务吗?

如果没有更多信息,就无能为力。 拥有这些产品专业知识的人(IBM 和 CA)不会为您提供从它们迁移的工具。

There is a CICS TxSeries and COBOL for .NET for the 'lesser' platforms, there's even a DB2 but I'm not sure how easy it's going to be to port IDEAL or DataCom to SQL - I don't even think that they're relational.

I would consider doing it in stages (i.e., front end first, and DB last) since that's probably the safest migration path. Your front end should be able to be ported to .NET and hopefuly still communicate with the mainframe DB. Then, modify it so that it can use both DataCom or SQL Server. Then drop support for DataCom and get rid of your mainframe.

That's what I'd do if I wanted to migrate (which I don't :-).

My question to you is: why? z/OS provides far more reliability and throughput than you'll ever get out of a Windows box. Is it the cost of maintenance? The fact that you're hardware is going out of service?

Without more info, there's not a lot than can be done. The people with the expertise on those products (IBM and CA) are not going to give you tools to migrate away from them.

壹場煙雨 2024-07-17 22:17:39

我建议使用 Micro Focus 将 COBOL 系统按原样移动到另一个平台

I would recommend moving the COBOL system AS-IS to another platform using Micro Focus.

亽野灬性zι浪 2024-07-17 22:17:39

Raincode 有一个 COBOL 编译器,可以理解 CICS 语句并可以与 DB2、IMS 或 SQL Server 通信。 Cobol 代码在 .NET 上编译

Raincode has a COBOL compilers that understands CICS statements and can talk to DB2, IMS or SQL Server. The Cobol code is compiled on .NET

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文