IBM COBOL for Linux on x86
11–20 of 112 posts
Re: IBM COBOL for Linux on x86
#12COBOL is really easy to write spaghetti code with - perhaps even the default. But some of these programmers (not including myself back then admittedly) just wrote code that came together beautifully like a jigsaw puzzle. I’m sure if given a C++ or other language with modern features, they could do amazing things. This was before a time when Clean Code (capitalized on purpose) and such were in the zeitgeist. I didn’t appreciate the full beauty of these modular, generalized, programs until a decade or more later.
I also didn’t realize that Z systems natively ran Linux. Must have missed that news. I suspect they’ll open source this soon - makes a lot of sense, if only for keeping consistency with their C/C++ work on Z systems. They are a big contributor to L.L.V.M in that area.
Re: IBM COBOL for Linux on x86
#13Redhat and Ubuntu.
Is that a common thing for software to be marked as "available for Linux" but only supported for 2 flavours?
I guess it's fair, a debian and rhel base would cover "most" use cases.
Re: IBM COBOL for Linux on x86
#14I'm just imagining the level of jaw dropping and brain exploding that would have gone on had that same headline been published in 1998. Obviously at this point almost three decades into the internet era no one really cares. We all know that "somewhere" old COBOL code is running, but in practice the companies managing the bulk of data for society didn't even exist before Y2K. Everyone with unmaintainable COBOL has lon…
I can assure you that’s not correct, as I work in an enterprise that has plenty of unmaintainable COBOL still running, though they’ve supplemented it with lots of really bad .NET code more recently.
Re: IBM COBOL for Linux on x86
#15Re: IBM COBOL for Linux on x86
#16I'm just imagining the level of jaw dropping and brain exploding that would have gone on had that same headline been published in 1998. Obviously at this point almost three decades into the internet era no one really cares. We all know that "somewhere" old COBOL code is running, but in practice the companies managing the bulk of data for society didn't even exist before Y2K. Everyone with unmaintainable COBOL has lon…
Sadly this is entirely untrue. What's happening in practice is they're still running COBOL and they're paying some woefully underpaid and underappreciated developers to write PHP ("Zend Core") for System-i.
This allows companies to run web applications on these aging systems.
Re: IBM COBOL for Linux on x86
#17Re: IBM COBOL for Linux on x86
#18I believe you could get the IBM COBOL compiler to generate 600 lines of error messages if you put a single period in column 6.
Of course times have changed and I don't know how to get a punched card into a linux machine. :)
Re: IBM COBOL for Linux on x86
#19Re: IBM COBOL for Linux on x86
#20> supports one of the following operating systems Redhat and Ubuntu. Is that a common thing for software to be marked as "available for Linux" but only supported for 2 flavours? I guess it's fair, a debian and rhel base would cover "most" use cases.
Very common. For example Steam for Linux only really supports Ubuntu.
In my experience, extracting stuff from debs and rpms to run on, say, Arch Linux was very easy, using debtap, rpmextract, etc.