Earlier quoted context omitted.
As a developer who recently turned thirty, I think about this a lot. I like working in startups, but its not going to fly forever. I'm already the old guy in the room. Would learning 'ancient' technology be a good career move? These systems aren't going anywhere, right? But the people who know how to maintain them are. Which means that maintaining these system, which already pays well, will pay even better in the fut…
Just hang around - the technologies you learnt when you were 20 will be ancient soon enough.
Banks scramble to fix old systems as IT 'cowboys' ride into sunset
171–180 of 361 posts
Re: Banks scramble to fix old systems as IT 'cowboys' ride into sunset
#172Earlier quoted context omitted.
What about not doing a rewrite? What about instead refactoring, documenting etc the old system.
Because COBOL is the PHP of the 60s, and mainframes are slow and expensive. Also, too many of the talents are stuck in a blocked I/O mindset somehow. Some are wizards though, writing assembly and making raspberry pi sized systems blazingly fast. OK a couple of raspberry pi:s
Re: Banks scramble to fix old systems as IT 'cowboys' ride into sunset
#173Earlier quoted context omitted.
You got that right. I had to deal with an interesting banking file format and I asked a question on Stack Overflow and got this gem of an answer. I politely accepted it as the right answer but boy oh boy does it feel like it's from an alien civilization. http://stackoverflow.com/questions/28640159/what-is-the-diff...
Unix has a few tricks up its sleeve from when it wasn't the top dog. I hesitate to ever recommend perl, but pack [1] and unpack are pretty sweet for this kind of stuff. I only learned about them when a state sent me files in EBCDIC [2]. As with all things perl, you can convert from that to ASCII as a one liner. Or, rather, i helped someone much smarter than me do that, 20 years ago. [1] http://perldoc.perl.org/functi…
Re: Banks scramble to fix old systems as IT 'cowboys' ride into sunset
#174Earlier quoted context omitted.
French banks are actually doing that! SG/Société Générale, a brick and mortar bank that costs a hundred dollars a year, built Boursorama, an e-bank that's free and that gives you $200 if you subscribe. Advantage: SG has too many manned agencies and can't justify preemptively mass-firing them yet – they first need the customer base to dwindle. Better IT, usage of Internet techniques at the core, and drastically simpli…
Boursorama is not a bank. It's a website to allow people to play on the financial markets ("bourse" = exchange). I think Americans would call that a sort of dealing account. Obviously, a dealing account has to hold funds and handle transfers. That's not any close to a consumer bank though.
Re: Banks scramble to fix old systems as IT 'cowboys' ride into sunset
#175Earlier quoted context omitted.
We have most platforms from IBM, z (Mainframe), iSeries (AS/400), p (AIX), plus about everything windows. Moving off core systems (z/i/p) isn't simple mostly because of the amount of data combined with all the custom applications. every attempt to move the apps off the z don't come to fruition because of scope and the fact it just works. the i is increasing its load to pick up from the z and getting a good dose of we…
> Moving off core systems (z/i/p) isn't simple mostly because of the amount of data combined with all the custom applications. I wonder if someone could get away with selling a z/i/p emulator, akin to Wine. (Or perhaps more appropos, Mame, since the machine architecture would differ as well.)
The problem isn't the availability of an emulator, it's licensing the OS you want to use on the emulator.
Re: Banks scramble to fix old systems as IT 'cowboys' ride into sunset
#176Earlier quoted context omitted.
Anecdotal, but my friend knew VP of Information Technology at one of the big 4 banks in Canada really well. The VP told my friend to learn COBOL and if he passed the interview, they give you a blank paper where you write down your salary.
What this VP should have been doing was figuring out how to get out of that scenario entirely.
Re: Banks scramble to fix old systems as IT 'cowboys' ride into sunset
#177Earlier quoted context omitted.
Migration target like visual cobol (not a joke). Just look at those smiling hipsters writing cobol.net on their laptop. https://www.microfocus.com/products/visual-cobol/visual-cobo...
I can't wait until I can compile Cobol for webasm
Re: Banks scramble to fix old systems as IT 'cowboys' ride into sunset
#178Re: Banks scramble to fix old systems as IT 'cowboys' ride into sunset
#179Earlier quoted context omitted.
We have most platforms from IBM, z (Mainframe), iSeries (AS/400), p (AIX), plus about everything windows. Moving off core systems (z/i/p) isn't simple mostly because of the amount of data combined with all the custom applications. every attempt to move the apps off the z don't come to fruition because of scope and the fact it just works. the i is increasing its load to pick up from the z and getting a good dose of we…
> Moving off core systems (z/i/p) isn't simple mostly because of the amount of data combined with all the custom applications. I wonder if someone could get away with selling a z/i/p emulator, akin to Wine. (Or perhaps more appropos, Mame, since the machine architecture would differ as well.)
Re: Banks scramble to fix old systems as IT 'cowboys' ride into sunset
#180Earlier quoted context omitted.
What about not doing a rewrite? What about instead refactoring, documenting etc the old system.
Because COBOL is the PHP of the 60s, and mainframes are slow and expensive. Also, too many of the talents are stuck in a blocked I/O mindset somehow. Some are wizards though, writing assembly and making raspberry pi sized systems blazingly fast. OK a couple of raspberry pi:s