For my sins, I work in Education supporting PeopleSoft. That means that I do work in COBOL on occasion. I am not tasked with writing anything new in COBOL, but I so quite a bit of analysis and support. That is: I _read_ COBOL more than I write it. There are three flavors of COBOL that I deal with: PeopleSoft delivered, Vendor delivered, and University modified. Most of the work I do in COBOL breaks down to reading th…
Ask HN: Any active COBOL devs here? What are you working on?
181–190 of 193 posts
Re: Ask HN: Any active COBOL devs here? What are you working on?
#182I’m not a COBOL dev but I work with mainframes(z/OS). Most COBOL applications I’ve seen have been banking and insurance related with few exceptions. Most of them either run as a series of batch jobs or via transaction managers like IMS and CICS. Backends are usually sequential files(we call them datasets),DB2,VSAM(Virtual Storage Access Method) or DL/1(hierarchical DB that’s part of IMS). Quite a few places I’ve seen…
Re: Ask HN: Any active COBOL devs here? What are you working on?
#183Re: Ask HN: Any active COBOL devs here? What are you working on?
#184The IBM Z is feature rich, but expensive and limited by software choices for apps not running ZLinux. (Think virtual Linux server)
The biggest catalyst now is the increasing license cost of mainframe third party software
Re: Ask HN: Any active COBOL devs here? What are you working on?
#185For my sins, I work in Education supporting PeopleSoft. That means that I do work in COBOL on occasion. I am not tasked with writing anything new in COBOL, but I so quite a bit of analysis and support. That is: I _read_ COBOL more than I write it. There are three flavors of COBOL that I deal with: PeopleSoft delivered, Vendor delivered, and University modified. Most of the work I do in COBOL breaks down to reading th…
Re: Ask HN: Any active COBOL devs here? What are you working on?
#186I work with a lot of COBOL dinosaurs in the bank, I often like to watch them work on their 16-colors IBM z/OS host terminals, it's quite mesmerizing. Sometimes they show me some interesting code that was written before I was alive (I'm 36), or tell me stories about big mainframe incidents in the '80s, where they would get called in the middle of the night and flown to a different country to fix a bug because there wa…
This hasn't been virtualized?
Re: Ask HN: Any active COBOL devs here? What are you working on?
#187I’m not a COBOL dev but I work with mainframes(z/OS). Most COBOL applications I’ve seen have been banking and insurance related with few exceptions. Most of them either run as a series of batch jobs or via transaction managers like IMS and CICS. Backends are usually sequential files(we call them datasets),DB2,VSAM(Virtual Storage Access Method) or DL/1(hierarchical DB that’s part of IMS). Quite a few places I’ve seen…
Dumb question: mainframes and z/OS look interesting, how does one get started with learning about those systems and those environments ?
The suggestions above are great if you're interested in learning about the technologies used on z/OS.
A vote for zeeframe's recommendation of the IBM Z Xplore course. Great stuff.
If you're looking for more reading material, I'd suggest the O'Reilly book "Modern Mainframe Development" book that covers a range of topics. (https://learning.oreilly.com/library/view/modern-mainframe-d...)
If you're looking for an on-the-job training approach that would enable a career change into the mainframe, Broadcom offers something called the Vitality program (https://mainframe.broadcom.com/beyondcode/vitality_program) that runs every year in North America, Europe, and Australia. It's a program that would equip you with serious credentials that could help you land one of those System Programmer jobs or similar.
Re: Ask HN: Any active COBOL devs here? What are you working on?
#188Re: Ask HN: Any active COBOL devs here? What are you working on?
#189I've had a bunch of recent projects reverse-engineering old COBOL code, in financial services. Mostly to figure out the best way to replace the old systems with something newer, so not really as a "COBOL dev", though.
Anything in particular you're replacing them with generally? I heard a story about replacing COBOL with JavaScript ... and my skin still crawls thinking about it.
Yet another went to a different mainframe system that they already had. They had multiple systems (both mainframe and Unix) which did similar jobs due to acquisitions over the years, and they moved the still-active customers from the most expensive mainframe to one of the cheaper mainframes.
Re: Ask HN: Any active COBOL devs here? What are you working on?
#190I built SeaDance (https://seedance.one/) partly to escape COBOL’s gravity. Legacy code may be eternal, but at least my side project uses this century’s tech stack.