Started my career doing Y2K stuff in 1998 and I still touch COBOL here and there today. I have a 10,000 line CICS program that runs every 30 seconds that I wrote in 2010. It has never failed since.
I don't understand these "never failed" comments. Without further context, it's meaningless. If I write a python script and never change anything in its environtment or inputs, it won't fail either. That's not specific to cobol.
COBOL has been “dead” for so long, my grandpa wrote about it
11–20 of 448 posts
Re: COBOL has been “dead” for so long, my grandpa wrote about it
#12almost all major financial institutions, utilities, gov't agencies, etc still rely heavily on COBOL today. If it ain't (extremely) broken, don't fix it? COBOL developers are literally dying out which has made for a competitive market for remaining talent. I've heard of some large consultants charging over $500/hr to their clients for a COBOL developer!
Re: COBOL has been “dead” for so long, my grandpa wrote about it
#13Re: COBOL has been “dead” for so long, my grandpa wrote about it
#14"I don't know what the language of the year 2000 will look like, but I know it will be called Fortran." —Tony Hoare COBOL is alive in that it keeps changing from era to era, to the point modern COBOL looks rather little like the 1950s COBOL everyone instinctively thinks about when they heard the term. It's as if we were still programming in Algol because Java had been called Algol-94 or something.
MULTIPLY A BY B GIVING C ON SIZE ERROR STOP RUN.
any more.Re: COBOL has been “dead” for so long, my grandpa wrote about it
#15Huh, so it mentions 4GLs… what generation would we consider rust/kotlin/swift then?
Re: COBOL has been “dead” for so long, my grandpa wrote about it
#16almost all major financial institutions, utilities, gov't agencies, etc still rely heavily on COBOL today. If it ain't (extremely) broken, don't fix it? COBOL developers are literally dying out which has made for a competitive market for remaining talent. I've heard of some large consultants charging over $500/hr to their clients for a COBOL developer!
It's like the old joke about the engineer being asked for an itemized bill: "Chalk mark: $1. Knowing where to put it: $4,999."
Re: COBOL has been “dead” for so long, my grandpa wrote about it
#17almost all major financial institutions, utilities, gov't agencies, etc still rely heavily on COBOL today. If it ain't (extremely) broken, don't fix it? COBOL developers are literally dying out which has made for a competitive market for remaining talent. I've heard of some large consultants charging over $500/hr to their clients for a COBOL developer!
In any case, they would have to pay well by a large margin to justify working on dead boring legacy systems, too.
Re: COBOL has been “dead” for so long, my grandpa wrote about it
#18Re: COBOL has been “dead” for so long, my grandpa wrote about it
#19"I don't know what the language of the year 2000 will look like, but I know it will be called Fortran." —Tony Hoare COBOL is alive in that it keeps changing from era to era, to the point modern COBOL looks rather little like the 1950s COBOL everyone instinctively thinks about when they heard the term. It's as if we were still programming in Algol because Java had been called Algol-94 or something.
But are these legacy systems from the 70s, 80s, 90s using modern cobol?
Re: COBOL has been “dead” for so long, my grandpa wrote about it
#20Huh, so it mentions 4GLs… what generation would we consider rust/kotlin/swift then?