TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

IBM says GenAI can convert that old COBOL code to Java for you

10 pointsby devnonymousover 1 year ago

2 comments

olafuraover 1 year ago
I feel like the biggest problem is most COBOL code is heavily tied to the mainframe it&#x27;s running on [1]. There are already ways of compiling COBOL code with a modern compiler [2].<p>There are also multiple other translation projects:<p><a href="https:&#x2F;&#x2F;dockyard.com&#x2F;blog&#x2F;2021&#x2F;08&#x2F;10&#x2F;what-if-coboltoelixir" rel="nofollow noreferrer">https:&#x2F;&#x2F;dockyard.com&#x2F;blog&#x2F;2021&#x2F;08&#x2F;10&#x2F;what-if-coboltoelixir</a><p><a href="https:&#x2F;&#x2F;www.microfocus.com&#x2F;en-us&#x2F;products&#x2F;visual-cobol&#x2F;overview" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.microfocus.com&#x2F;en-us&#x2F;products&#x2F;visual-cobol&#x2F;overv...</a><p>[1] <a href="https:&#x2F;&#x2F;www.ibm.com&#x2F;docs&#x2F;en&#x2F;zos-basic-skills?topic=zos-cobol-relationship-between-jcl-program-files" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.ibm.com&#x2F;docs&#x2F;en&#x2F;zos-basic-skills?topic=zos-cobol...</a> [2] <a href="https:&#x2F;&#x2F;gnucobol.sourceforge.io&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;gnucobol.sourceforge.io&#x2F;</a>
iefbr14over 1 year ago
I doubt it will improve the maintainability. Many of those old programs were written to fit the IBM environment. Besides there was always a shortage of space and memory that forced you to use certain programming techniques that would be totally useless in java. I would love to see it convert a Cobol&#x2F;CICS program into a java program with a gui ;)