This issue highlights one of my main fears about a pandemic such as COVID-19: if enough people with the necessary amount of knowledge to maintain necessary infrastructure die without sufficiently and timely trained replacements, then civilization as we know it becomes one more step closer towards total irrecoverable collapse. The prevalence of COBOL and other older programming languages in many parts of the world's c…
New Jersey needs COBOL programmers for their unemployment claims system
71–80 of 309 posts
Re: New Jersey needs COBOL programmers for their unemployment claims system
#72Yet I’m sure they’re offering $60K/year.
I whole heartedly agree. The problem with government tech positions is they are not even competitive. Instead of hiring three mediocre or less than mediocre engineers at $60k, why not hire an amazing $150k - $180k engineer? I’m pretty sure they have ceilings on positions just so people don’t get outraged at government salaries, but incidents and times like these prove government needs to be competitive with private b…
If you're making that kind of money, you have a lot better options than working on some ancient COBOL system that processes unemployment claims.
Re: New Jersey needs COBOL programmers for their unemployment claims system
#73How hard is cobol to pick up and learn at the level needed to contribute? I'm sure there are many no longer employed programmers in the tri state area that might be able to help
Not too hard but a little unforgiving. JCL was harder to deal with.
https://www.amazon.com/System-370-Job-Control-Language/dp/04...
Re: New Jersey needs COBOL programmers for their unemployment claims system
#74Earlier quoted context omitted.
I whole heartedly agree. The problem with government tech positions is they are not even competitive. Instead of hiring three mediocre or less than mediocre engineers at $60k, why not hire an amazing $150k - $180k engineer? I’m pretty sure they have ceilings on positions just so people don’t get outraged at government salaries, but incidents and times like these prove government needs to be competitive with private b…
> Instead of hiring three mediocre or less than mediocre engineers at $60k, why not hire an amazing $150k - $180k engineer? In many cases, it's literally not legal for them to do so. For example, at the Federal level: https://en.wikipedia.org/wiki/General_Schedule_(US_civil_ser... (These restrictions don't tend to apply to hiring one via a contractor at $250-500k/year, though. Sigh.)
They very well may have to go that route, i.e. some greybeard independent contractor that can name their price. It's a very limited skillset and God knows this ain't the kind of work that gets the super talented motivated.
Re: New Jersey needs COBOL programmers for their unemployment claims system
#75Re: New Jersey needs COBOL programmers for their unemployment claims system
#76Earlier quoted context omitted.
There are plenty of tests written for them. They are just manual tests written up on literal, actual TPS reports (TPS = Test Procedure Specification) to be executed by humans.
My god. Are you serious? TPS reports are real?
And were widely used, at one point.
Re: New Jersey needs COBOL programmers for their unemployment claims system
#77Earlier quoted context omitted.
apt search cobol found this. open-cobol/bionic 1.1-2 amd64 COBOL compiler Also, I was hoping to find COBOL on learnxinyminutes.com, but didn't :/
That's not really going to give you a taste for what it's like to "do" COBOL in a real-world scenario. Realistically, no one is running COBOL on a modern Linux. They're running it on something like z/OS and there is so much utterly bizarre and incredibly tedious stuff you have to deal with on those mainframe OS's that you'll run away screaming. And that's not even mentioning the code itself, written over several deca…
Re: New Jersey needs COBOL programmers for their unemployment claims system
#78I used to work on mainframe COBOL during the Y2K times. While the language is easy to pick up and the OS specific things are not too hard, the style of programming can lead to issues. Typically, shared data structures are often stored in separate files called copybooks and they can be hard to track down. Most of the code is not in any source control repositories which means no one knows which is the actual deployed v…
Hence not all code equal and the site standards and that history as well as knowing that can make an almighty difference.
Never had copybook issues with ICL or Honeywell BULL platforms ;). That would be an IBM thang, but then, is there anything else still running - probably.
Re: New Jersey needs COBOL programmers for their unemployment claims system
#79Re: New Jersey needs COBOL programmers for their unemployment claims system
#80Earlier quoted context omitted.
I whole heartedly agree. The problem with government tech positions is they are not even competitive. Instead of hiring three mediocre or less than mediocre engineers at $60k, why not hire an amazing $150k - $180k engineer? I’m pretty sure they have ceilings on positions just so people don’t get outraged at government salaries, but incidents and times like these prove government needs to be competitive with private b…
> why not hire an amazing $150k - $180k engineer? If you're making that kind of money, you have a lot better options than working on some ancient COBOL system that processes unemployment claims.