logoalt Hacker News

p_l10/01/20241 replyview on HN

They are patched up regularly. The COBOL code itself maybe not, but the runtimes?


Replies

cwbriscoe10/05/2024

You are correct, the OS is patched regularly but that doesn't require a recompile for the COBOL code, the OS ABI is stable and unchanging for legacy code. I have programs still running that hasn't been recompiled since 2005 (maybe earlier that is just what I noticed recently). When they upgrade hardware, they can do it per LPAR. They just shift the workloads over to other LPARS while they are upgrading another. Pretty much zero downtime.

show 1 reply