Slashdot Mirror


Major Banks and Parts of Federal Gov't Still Rely On COBOL, Now Scrambling To Find IT 'Cowboys' To Keep Things Afloat (reuters.com)

From a report on Reuters: Bill Hinshaw is not a typical 75-year-old. He divides his time between his family -- he has 32 grandchildren and great-grandchildren -- and helping U.S. companies avert crippling computer meltdowns. Hinshaw, who got into programming in the 1960s when computers took up entire rooms and programmers used punch cards, is a member of a dwindling community of IT veterans who specialize in a vintage programming language called COBOL. The Common Business-Oriented Language was developed nearly 60 years ago and has been gradually replaced by newer, more versatile languages such as Java, C and Python. Although few universities still offer COBOL courses, the language remains crucial to businesses and institutions around the world. In the United States, the financial sector, major corporations and parts of the federal government still largely rely on it because it underpins powerful systems that were built in the 70s or 80s and never fully replaced. And here lies the problem: if something goes wrong, few people know how to fix it. The stakes are especially high for the financial industry, where an estimated $3 trillion in daily commerce flows through COBOL systems. The language underpins deposit accounts, check-clearing services, card networks, ATMs, mortgage servicing, loan ledgers and other services. The industry's aggressive push into digital banking makes it even more important to solve the COBOL dilemma. Mobile apps and other new tools are written in modern languages that need to work seamlessly with old underlying systems. That is where Hinshaw and fellow COBOL specialists come in. A few years ago, the north Texas resident planned to shutter his IT firm and retire after decades of working with financial and public institutions, but calls from former clients just kept coming.

54 of 300 comments (clear)

  1. Milk Them by Anonymous Coward · · Score: 2, Interesting

    I hope all these COBOL programmers are smart enough to charge outrageous rates. Minimum $250/hr.
    They've got the banks over a barrel, any time the situation is reversed the banks don't hesitate to screw us.

    1. Re: Milk Them by Type44Q · · Score: 5, Insightful

      $250/hr is an "outrageous rate" to charge a bank? What are you, 14??

    2. Re:Milk Them by swillden · · Score: 5, Interesting

      I hope all these COBOL programmers are smart enough to charge outrageous rates. Minimum $250/hr. They've got the banks over a barrel, any time the situation is reversed the banks don't hesitate to screw us.

      $250 per hour is a pretty normal rate for an experienced professional, hardly outrageous at all. When I worked for IBM Global Services, they billed me out at $300 per hour. Granted that IBM commands a premium due to their marketing channels, but I'm sure I could have gotten $200 per hour on my own and my expertise is far from as rare as deep COBOL experience. I'd expect people like the one mentioned in the article to cost more like $500 per hour, if they're actually aware of their own worth, and I wouldn't consider even that outrageous.

      If I were in the position of those programmers, I would probably try to avoid quoting an hourly rate at all. Instead I'd do it all as piece-rate work, based on detailed specifications -- especially if I'm working on a system that I know, so I have a good idea of what sorts of obstacles I might run into. Then I'd try to set my price based on the value of the work to the business, rather than on the time it would take me to produce it. That could easily result in contracts that work out to many thousands of dollars per hour.

      A friend who is a lawyer told me that the best piece of career advice he ever got from his father, also a lawyer, is "Take the money, son." He didn't mean to take money for unethical work, but just that one shouldn't balk at accepting high fees just because they seem too high. If the customer is willing to pay, take the money. That attitude should absolutely be applied to doing contract work for banks.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    3. Re: Milk Them by Ryanrule · · Score: 2

      Im thinking at least 4 figures. Per minute.

  2. Just offer more money by religionofpeas · · Score: 5, Insightful

    Any good programmer can learn to program in COBOL given enough financial incentives.

    1. Re:Just offer more money by Archangel+Michael · · Score: 4, Interesting

      Easy to learn, fairly easy to read. However, the Lords of Cobol are masters at programming in a way that most people today can't think. it is a quite literal programming language.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    2. Re:Just offer more money by aicrules · · Score: 4, Insightful

      I agree. I haven't even "learned" it but I was able to contribute to fixing a project that had it. In 2012 at a major pharmaceutical company merger I got tired of being told some mainframe cobol thing was working one way and seeing it work another. So we finally did a live code walkthrough and I easily spotted the logic error that was causing the actual behavior. Granted this COBOL was written and structured about as well as COBOL could ever be, but in the end it's just another set of terms and syntax to learn.

    3. Re:Just offer more money by CaptainDork · · Score: 2

      This.

      I took COBOL and it was one of the easiest to understand.

      The goddam language is almost English. Fuck, I never had to "press 2."

      Mr. Hinshaw needs to be teaching a bunch of COBOL graduates.

      --
      It little behooves the best of us to comment on the rest of us.
    4. Re:Just offer more money by kiviQr · · Score: 2

      The thing they are looking for is experience. I have seen people who came into Java from main frame systems. They wrote Java in a main frame/functional way. No thank you.

    5. Re:Just offer more money by phorm · · Score: 2

      Yeah. It's been a while since I've used it, but they taught us all COBOL in one of the basic University courses because certain large'ish local businesses still used it.

      It's actually a rather fun language, and nifty for writing out nicely aligned and formatted reports. The compiler is also usually good at catching obvious errors, but $deity help you if you misplace a period in the wrong place and have to debug the code afterwards.

      For $250/h+ though, I'd be more than happy to contract out my services in fixing up some old COBOL code.

    6. Re:Just offer more money by Trailer+Trash · · Score: 2

      I agree. I haven't even "learned" it but I was able to contribute to fixing a project that had it. In 2012 at a major pharmaceutical company merger I got tired of being told some mainframe cobol thing was working one way and seeing it work another. So we finally did a live code walkthrough and I easily spotted the logic error that was causing the actual behavior. Granted this COBOL was written and structured about as well as COBOL could ever be, but in the end it's just another set of terms and syntax to learn.

      More than that, COBOL has far fewer features than any modern language, making it even easier to figure out what's going on. If you know any computer language you can easily determine exactly what 99% of all COBOL programs are doing simply by looking at them. That doesn't make you a COBOL programmer, but it's not like Ruby where you really have to know the language to a pretty good extent to figure out what a block of code does.

    7. Re:Just offer more money by LordWabbit2 · · Score: 2

      It's not just the COBOL language you have to learn, you also have to know JCL (Job Control Language) CICS (Customer Information Control System) and SQL (Structured Query Language) - most programmers will already know SQL - but you are going to have to deal with the little quirks of DB2 sql. Now depending on your environment you MAY have someone else there who is the JCL expert and they can write the jobs, but you still need to know enough to read them otherwise the JCL expert is going to be a VERY busy person. There also might be parts of it written in REXX, so another language to learn. Then there are the commands to do stuffs on the mainframe. V-Series interface is a lot more advanced then a command prompt, but not by much, so you are going to have to learn that as well. Ever worked with keyed sequential files? Gotta learn about those as well. The learning curve is steep, and god forbid you end up on an older A-Series mainframe, because then you have to learn WFL (Workflow Language - predecessor to JCL) as well. Someone mentioned further up that it's not so much the languages you have to learn, but these programs are generally HUGE, millions and millions of lines of COBOL in one program, and THAT is probably the hardest part.

      --
      There are three kinds of falsehood: the first is a 'fib,' the second is a downright lie, and the third is statistics.
  3. Re:This is really funny stuff! by Anonymous Coward · · Score: 3, Insightful

    Java, C, and Python are newer and more versatile than COBOL. I fail to see your point. Yeah, some are old, but COBOL is the oldest, so the sentence is still correct.

  4. COBOL by freeze128 · · Score: 2

    I worked for a company 20 years ago that had a Windows program written in VISUAL COBOL. It was terrible. It crashed all the time. When it worked, it was slow. We don't need more COBOL programs, but I hardly think that Python is the answer.

    1. Re:COBOL by TWX · · Score: 5, Funny

      Is there any programming language with "Visual" in the title that's worthwhile?

      --
      Do not look into laser with remaining eye.
    2. Re:COBOL by rickb928 · · Score: 3, Interesting

      I supported several apps based on Microfocus COBOL and so-called Visual COBOL. No significant problems with either platform, the apps worked as well as thne programmers did, or more correctly, bugs happened. One was rock solid, the other had predictable issues with every major release that were resolved without much delay.

      Stereotyping COBOL is inevitably just age discrimination. It's functional, as the history and current situation proves. It's a language, competent programmers that have progress from C to C++ to Java will figure it out if they see profit in doing so. I work with an old-school COBOL programmer who has no patience with the young whippersnappers who whine about every problem a legacy platform presents. There is so little interest around here to abandon the core transaction systems that claims that COBOL is 'obsolete' fall on deaf ears. They train new maintainers here. What a concept, training your team! Gah!

      --
      deleting the extra space after periods so i can stay relevant, yeah.
    3. Re:COBOL by shadowknot · · Score: 3, Interesting

      The COBOL programmers at my place are actually using it to develop new functionality that's keeping up with the financial world and actually pushing the leading edge. They've done nightly program releases since literally decades before the term "agile" was a thing. The notion that COBOL is just a legacy hold on that is in maintenance mode everywhere is also somewhat of a misconception. That's probably the case in some locations where it's providing a core business function and the rest of the infrastructure has evolved around it to patch the functions that support whatever the modern requirements are but there are plenty of people using it to create new function as well.

  5. Yearly Article/Cautionary Tale by mykepredko · · Score: 5, Insightful

    Ever since I first joined /. there has been an article a year stating:
    - Major organizations, banks, governments, etc. are still relying on COBOL.
    - COBOL programmers are in great demand so dust off your old MVS skills (and maybe pull out those JCL manuals) and offer up your services, you're in demand!

    What I really think is the big takeaway from all this is simply that the need for supporting for your old software is never going away - so think of a way of monetizing it.

  6. The language isn't the issue by reginaldo · · Score: 5, Interesting

    From what I've seen, the issue in finding developers for these codebases isn't in the language knowledge (i.e. COBOL), it's in the knowledge of the poorly-documented legacy software. Sure, you can get a developer to learn COBOL fairly easily, but when the software is full of dead ends, spaghetti code, and unknown business logic and workflow logic, their knowledge of COBOL won't help. Instead you need to hire someone who knows the system, and was probably complicit in creating this mess, to do anything. Either that or bite the bullet and start a huge replacement project that costs several magnitudes more than exorbitant hourly rates.

    1. Re:The language isn't the issue by barc0001 · · Score: 4, Insightful

      Except the linked article specifically notes that the 75 year old's company is a group of 20 or so "code cowboys" who parachute in to fix systems they have no prior knowledge of and get paid $100/hr for the pleasure. So it would seem deep understanding of the language and the ability to troubleshoot bad code in said language is indeed the crux of the issue.

    2. Re:The language isn't the issue by NotARealUser · · Score: 2

      Funny story, I worked at a legacy code place where programmers never wrote decent comments.

      Being naive, I thought, oh that is strange, I'll do better on my code and write some nice comments to help direct the next guy using this piece of code. After submitting my code to my superior for review, you would have thought I just stole a mainframe from the company. I evidently committed a quite nasty sin, and one that I was careful not to repeat again. But I got out of that place as soon as I could.

      My experience in such companies has led me to conclude that large COBOL code bases might be due to a culture of the company, especially if the company always says their goal is to "update" but they can never successfully advance the projects to do so.

    3. Re:The language isn't the issue by roskakori · · Score: 2

      Either that or bite the bullet and start a huge replacement project that costs several magnitudes more than exorbitant hourly rates.

      Cost is only part of the reason why replacement projects are avoided. Another major reason is the risk involved. Software developed in the 60s, 70s or 80s couldn't rely on many things we take for granted these days. Requirements engineering, robust libraries, development tools, testing mechanics and so on (warts and all) just were not quite there yet or did not exist at all.

      So even if you have the budget to start a replacement project it's hard to predict if the new software will still work because nobody really knows what it's supposed to do. Sure, it's easy to pin down the common use cases, but it's almost impossible to be certain you also figured all the corner cases and special features that have been added over the decades.

      Consequently it is very hard to find someone in upper management to bet his career on something that, at best, works as well as the existing system.

    4. Re:The language isn't the issue by barc0001 · · Score: 2

      Depends if they're actually travelling or just remoting in. If they travel I would expect accommodations are paid for as well as food and other expenses on top. And if you're doing 40 hours a week steady of that $100/hr contracting you're making close to 200K US per year. That's not bad no matter how you look at it.

    5. Re:The language isn't the issue by CaptainDork · · Score: 2

      This.

      In my experience, inheriting legacy apps is very difficult because there's a steep learning curve before ever touching anything.

      To fully grok the application, I had to read and understand and become the past programmer(s) so that I could predict what and how the program worked as the program pointer zipped along.

      I could recognize different programmers by the signature coding approach in each module.

      Then there's my world view, which I used to reshape the whole goddam thing.

      Coders before me never documented, inside or outside, the code.

      I didn't, either.

      Management didn't appreciate the value of documentation and refused to pay for the "downtime."

      --
      It little behooves the best of us to comment on the rest of us.
    6. Re:The language isn't the issue by Tablizer · · Score: 2

      So it would seem deep understanding of the language and the ability to troubleshoot bad code in said language is indeed the crux of the issue.

      It could be both. Bad code can be written in ANY language such that COBOL itself is not necessarily the direct problem, but rather mis-use of COBOL by the original-but-gone staff. If the original code was in say Java or Ruby, it too could have been sloppy code, leading to the same problem.

      And if there are no domain (subject) experts around, then the organization may have no choice but to hire experts in COBOL but who are not domain experts (or at least don't know that particular org even if they know the general industry).

    7. Re:The language isn't the issue by Tablizer · · Score: 2

      $100/hr is pretty low for consulting.

      I took $25/hr after the dot-com crash just to survive because the West Coast was flooded with out-of-work developers. My skills in legacy products saved my arse because web-only newbies didn't have those skills. IT pays well now, but keep in mind bleep happens and the future is unknowable. War, tech bubbles, recessions, offshore-enabling tech, crazy leaders, etc. may slap IT hard. Have a rainy-day fund.

    8. Re:The language isn't the issue by Jerry · · Score: 2

      "Major Banks and Parts of Federal Gov't Still Rely On Cagey Programmers Who Never Write Decent Comments To Support Programs Instead Of Hiring People To Write Decent Comments."

      It's not so much "cagey programmers" as it is over-worked programmers, especially at the State level, where computer illiterate legislators continue to dream up new legislation that puts pressure on coders to modify existing software to meet the legal demands. Except for management, most of whom are computer illiterates as well, State programmers are underpaid and over worked. Many States are having severe financial tax shortfalls, so there won't be new programmers being added to their teams any time soon. I wrote extensive documentation INSIDE my code to explain to any coder who took on my projects after I retired what I did and why I did it that way. Documentation for the users were rarely written because it was the users (clerks) whose functions I was computerizing who dictated what the GUI interface looked like and the underlying software did. If they weren't happy I wasn't happy. So, I didn't need to write documentation for them. They usually trained their replacements and the newbie clerks could ask their fellow clerks if they had questions.

      The State Dept of Revenue in the midwest state where I worked have been using a mainframe running COBOL for almost 50 years. About a dozen years ago the suites decided to deploy Oracle as a "replacement". Now they have two database systems and Ellison lies awake nights thinking how to charge more for existing installations. Oracle has ended up costing more in the last decade than the COBOL system has in the last half century. Now they are stuck with Oracle and the taxpayers are stuck with the bill.

      --

      Running with Linux for over 20 years!

    9. Re:The language isn't the issue by barc0001 · · Score: 3, Informative

      > The only barrier to entry preventing some millenial from learning COBOL is the lack of consistent jobs maintaining COBOL code

      Actually, no. There are plenty of jobs at unexciting companies for long term full time COBOL programmers. The company I work for, for example is constantly looking to backfill retiring COBOL programmers in one of the financial divisions. To be honest, if I had to do life over again I'd seriously consider picking up COBOL 25 years ago as the wage and job security at those big companies for that position are great - no offshore outsourcers do COBOL, and even if they could, many of the systems involved are sensitive financial systems so outsourcing that could be a big legal minefield so no company wants to risk it. Plus the added little bonanza of the whole Y2K thing where COBOL programmers were making INSANE money in the year leading up to it - like $200/hr insane. In 1999 dollars as well.

    10. Re:The language isn't the issue by david_bonn · · Score: 2

      Actually it is much, much worse.

      In the 1960's and 1970's compilers, and particularly COBOL compilers, were very expensive. They could easily cost more than a decent home.

      This produced an interesting business model where a few programmers who happened to own a compiler would write custom software for various businesses. When the business wanted their software modified, they could contact the original authors and pay them to make the changes. Nice business model with a nice lock-in, The problem was that sometimes the software writers would quit, get real jobs, or otherwise be unavailable. Or the business would be too cheap to hire them again.

      So rather than modify the COBOL sources they would just patch the binary. Many compilers of that era also had options to allocate "patch space" in the binary to make that patching easier still (I use the term "easier" in a relative sense). Lather, rinse, and repeat for three decades and you have a situation where there isn't any reasonable source code to port or edit.

  7. Where? by Anonymous Coward · · Score: 2, Informative

    Every year I see articles about how COBOL programmers are in high demand and companies are scrambling to hire them. But I learned COBOL and liked it and regularly keep my eye out for COBOL jobs. In the past 15 years I have seen a grand total one one COBOL placement within 1,000 miles. I call BS on the article, the local job boards are all for Java, C++, mobile languages and PHP. Not a COBOL position in sight.

    1. Re:Where? by computational+super · · Score: 2

      mainframe programmers were in high demand

      Sort of - but somehow, in spite of the "high" demand, mainframe programmers don't command much pay. As in, I have about 5 years of mainframe (COBOL, JCL, Adabas Natural) programming experience, but I clawed my way out of it into desktop C++ programming just so I could make enough money to actually afford a car payment. If I went back to it now (from my current "enterprise Java" role), I'd probably take a 50% pay cut.

      --
      Proud neuron in the Slashdot hivemind since 2002.
  8. Re: This is really funny stuff! by Type44Q · · Score: 3, Interesting

    A sentence can be technically correct yet still reveal the writer to be an idiot... sometimes in subtle fashion that other idiots wouldn't necessarily pick up on...

  9. Re:Translator by Tablizer · · Score: 5, Interesting

    probably significantly less complicated than the languages that are around today

    COBOL has been around long enough to be a victim of featuritus. I has a lot of built-in operations and short-cuts that are great if you know them, but could trip up a newbie.

    But the hard part of a typical COBOL job is probably learning your way around many thousands of lines of existing programs. I've always found writing code simpler than reading code written by somebody else, especially if it's poorly structured, documented, commented, etc.

    The language and syntax the business logic is written in is secondary to that issue. Readable code can be written in any language, but so can crazy pasta.

  10. memory allocation errors, gone. by goombah99 · · Score: 5, Interesting

    One of the nice things about f77 and i presume cobol is that memory is allocated in a fixed way at compile time. so no mallocs and no deallocs and thus no null pointers. string buffer sizes are known. and relatively speaking, its harder to find cases where typos are not also syntax errors. for exapmle typing = instead of ==.

    now for many things this memory issue is the pits which is why we like those other laguages. it makes object oriented styles impossible though for a fixed maximum number of objects you can fake it. but for a lot of things its all you need. and the block memory structures of multi dimensional arrays make data contiguous in memory and enable very efficient parallel optimizations. so there are advantages to giving up features.

    if you are wanting very reliable code its not a crazy choice,

    --
    Some drink at the fountain of knowledge. Others just gargle.
    1. Re:memory allocation errors, gone. by Waffle+Iron · · Score: 4, Interesting

      Everything in life is a tradeoff.

      When the developer avoids allocation headaches by using fixed-sized strings and data structures, users are often saddled with arbitrary truncations and the need to make up funky abbreviations all throughout their data sets. This can be a major source of errors in itself.

    2. Re:memory allocation errors, gone. by Waffle+Iron · · Score: 2

      blocks allocated by malloc are of fixed size, there is nothing new here

      Wrong. The size of allocated blocks are typically computed at runtime to match the needed length of the input data. That's a big difference from defining some fixed-size buffers at compile time, then hoping or forcing all of the eventual input data to fit.

  11. Re:Doesn't surprise me... by TWX · · Score: 3, Funny

    I mean, everyone knows that Ethernet uses the second and third pairs on an 8P8C jack, while Token Ring uses the first and second pairs. If they wanted to get it right they needed to just connect pairs 1 to 2, and 2 to 3, or if crossover, pairs 1 to 3, and 2 to 2...

    --
    Do not look into laser with remaining eye.
  12. Re:Translator by Z00L00K · · Score: 2

    To some extent true.

    I have messed around with Cobol a bit and even though it's a pretty stable solution when you work with it there are some stuff that it suffers from, and it's primarily that it has a hard time to interact with other systems once you get the data into a Cobol file. A file written with Cobol should only be read by Cobol and any data sent to a Cobol system must be written in fixed record format where every position is important. Negative numbers is a creature all of their own since some Cobol variants don't use a "-" sign, instead it tweaks the most significant byte of the number field to indicate a negative number - something that can cause other languages to barf.

    As long as you are bowing to the god Cobol all is fine, as soon as you start talk about other solutions you get a blank stare from everyone working on the mainframe and they put you twenty steps down the ladder.

    --
    If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
  13. Re:This is really funny stuff! by fahrbot-bot · · Score: 3, Interesting

    Why don't they automatically translate them to something more modern then run them in the cloud?

    Maintaining these systems is just throwing good money away. Money that we all end up paying via our bank charges.

    Translate debugged, working, proven code into something else? Not really a good strategy for production code. I also doubt that maintaining those systems is a problem or limiting expense. Modern hardware can run COBOL just fine. As TFS implies, the expense is in finding and hiring people trained in (or willing to learn) a language many don't see as useful and/or sexy -- mainly 'cause it's old. Newer / younger isn't always better or less expensive

    --
    It must have been something you assimilated. . . .
  14. "scrambling" is not the full truth... by Lumpy · · Score: 2

    They are having trouble finding people AT THE REQUESTED PAY, they are looking to pay chump change of $30K

    Multiply the pay you are asking by at least 6 and you will get a Cobol programmer within hours. If you use something outdated and rely on it, then be ready to pay extremely well to get someone that is an expert in it. Most anyone I know that is a Cobol guru wont even bother to apply for something under $150K a year.

    So if they really wanted someone, they will increase the pay and benefits to entice a person to actually apply. Sadly this basic element of business is lost on todays morons that are "leaders" and "managers"

    --
    Do not look at laser with remaining good eye.
  15. Just $100/hour??? by SuperKendall · · Score: 2

    For the specialization and demand that the COBOL work offers (not to mention the familiarity with how to use the tooling and platforms that surround those systems!) the people should be asking for a minimum of $500/hour.

    After all it's all large financial institutions that are brimming with money, and like the said literally billions of dollars flow through these things every day.

    So if you are out there and you know COBOL I would double your rate today. If anyone asks just say that a number of people you knew who did COBOL contracting all just retired and so demand is through the roof.

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
  16. Re: Translator by Anonymous Coward · · Score: 3, Interesting

    Correct. I've been a COBOL gun for hire for 15 years, mostly in finance, and the rubbish you have to get your head around sometimes is amazing. On the flip side I've seen some very clever things too.

    Once I had to fix a nasty bug in a clearing system causing dropped transactions; took me a day of scrutinising thousands of lines to find the logic error.

    Largely it is actually all being phased out though, contrary to this article. There were times I could have $3000/hr contracts, they're much less frequent these days.

  17. Re: This reminds me by pele · · Score: 2

    Well, true, either that OR, slightly more plausible - some new hot-shot CIO decided he wants to impress the board by upping the ROI/stock price by getting rid of a few hundred (or thousand) old, slow, smelly "programmers". So he did.
    Just like HSBC did in 2012, lest we forget. New hot-shot CIO decided..and a new hot-shot l337 h4xx0r from the indian subcontinent decided... to upgrade MQ, of all things. Clearing the "Queue" in MQ makes the upgrade quicker... How many million people couldn't get to their "banking facilities" including, funnily enough, CASH, for a whole week, remind me again?
    At which point old, slow, smelly "programmers" decided that 27 quid an hour wasn't going to cut it anymore, which it didn't. Not sure what happened to the hot-shot CIO though..

  18. Re:Translator by bws111 · · Score: 4, Interesting

    Haha! IBM is making a 'killing supporting old systems'? IBM comes out with NEW mainframes about every two years. The current system (z13) is from all the way back in 2015. And you won't find 'better hardware' anywhere. Cheaper? Certainly. Better? No.

  19. People don't WANT to maintain COBOL by nitehawk214 · · Score: 2

    People would be happy to learn COBOL in school if it did not suck the life out of people that touch it. And now that the only remaining jobs are maintenance ones, there is even less incentive.

    --
    I'm a good cook. I'm a fantastic eater. - Steven Brust
  20. Re:Translator by tranquilidad · · Score: 3, Informative

    I started programming in COBOL in 1978. I spent a decade or so on IBM mainframes with COBOL and 370 assembler.

    I never referred to anything as a COBOL file. There were many types of file and database structures on IBM mainframes. While many simple systems used fixed record formats it wasn't nearly always the case.

    The FILE section of a COBOL program allowed for varying record sizes:

    FD file-name
    RECORD IS VARYING IN SIZE FROM small-size TO large-size DEPENDING ON size-variable.

    WORKING-STORAGE SECTION.
    77 size-variable PIC 9(5).

    The language also allows for the redefinition of record layouts so the type of data and what is to be done with it can be determined at run-time.

  21. Funny thing though by computational+super · · Score: 2

    Nobody's willing to pay experienced COBOL programmers all that much, even though they're demonstrably scarce.

    --
    Proud neuron in the Slashdot hivemind since 2002.
  22. A-Fucking-Men by sycodon · · Score: 4, Insightful

    COBOL is the Caterpillar D11 of data processing.

    When you need to process millions of records reliably and constantly, a correctly constructed COBOL solution is robust, maintainable, and reliable.

    COBOL doesn't and shouldn't give a shit about drop downs, java, PDFs and all that other bullshit. It's is doing the heavy lifting that C, Java (don't make me puke), and all these other supposedly superior languages can't do.

    Eye Candy has nothing to do with making sure 50,000 employees get their checks every week or millions of SS recipients get their checks every month.

    And the best thing, it's not rocket science...by design. A single semester of COBOL can get someone up to speed to the point where they can maintain everyday COBOL applications. When things get crazy, it's not the language that's the roadblock, it's just the normal analytical skills.

    --
    When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
  23. Re:This is really funny stuff! by bws111 · · Score: 5, Insightful

    'Eventually COBOL will need to interface with new code...' Eventually? Do you suppose these programs had support for EFT, ATMs, bank-by-phone, online banking, mobile apps, etc when they were written 50+ years ago? You're not going to scare them with 'Oooh - there could be a new requirement!'

    When you say rewriting is a good strategy, do you have ANY idea what that entails? You are not just talking about a few COBOL modules here and there. You are talking about potentially changing the ENTIRE system. Your COBOL program is probably running under CICS. The hardware CICS and your program have been running on have been optimized for your workload. Your data is probably stored on ECKD DASDs. Your data is probably stored in packed decimal format, so it can be operated on with a single, optimized, machine instruction.

    Now, you want to 'rewrite' it. OK, where do you start? If you just replace your one COBOL module with some other language, does your 'new' language natively support the data you are operating on? Does it support the types of datasets you are using? Does it do those things with the same performance characteristics as COBOL? Does it properly and efficiently interface with CICS?

    Your last paragraph is laughable. These 'old' systems are 'chewing-gum-and-tinfoil' unreliable systems? Oh yeah? When have you heard of one of these systems failing? When have you heard of security breeches involving these systems? And before you incorrectly say 'airlines', I will point out that NONE of the recent airline outages involved the mainframe portion of the operation. It was the 'new, better' stuff that falied in every case.

  24. Re:Translator by RabidReindeer · · Score: 3, Insightful

    Yeah. "All You Have To Do Is..."

    Think about human languages. Translate "Out of Sight, out of Mind to a language like Chinese, where a literal conversion might be "no-see, no-think". Now take another automated translator and translate it back: Invisible Idiot.

    Every language - computer or human - has its unique characteristics. There's an old saying, in fact that "Translators are traitors".

    Case in point: COBOL didn't support variable-length strings. Most modern languages have little or no tolerance for fixed-length strings. IBM COBOL supported a hardware-level data type (COMPUTATIONAL-3) which can store penny fractions precisely. Most modern languages don't allow for that, and tend to use floating-point (COBOL COMPUTATIONAL-2). Which cannot store decimal values precisely. Fuzz the pennies on people's paychecks and see how long before the torches and pitchforks come out. It's one of 2 reasons why so many payroll and accounting systems are written in COBOL (with the other one being that there's not exactly a lot of leading-edge technology in basic financial systems).

    Some of these things can be automatically dealt with - albeit with some inefficiency - some of the more subtle issues have to be dealt with more directly, just as we've never yet managed to construct truly generic software-writing systems and have to continue to use programmers instead of robots like we do with truck driving and day-trading.

    I have, actually worked with/supported automated code translation projects using commercial translator products. Every one of them has required a time and manpower budget for the clean-up crew. You can get about 80% of the job done automatically (although the resulting code may look horrible to a native human programmer). But to get something actually working, the tools need human help.

  25. Re:This is really funny stuff! by Hognoxious · · Score: 4, Funny

    Why don't they automatically translate them to something more modern then run them in the cloud?

    It never occurred to them because they're not anywhere near as smart as you.

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  26. Re:So, what's the problem? by mykepredko · · Score: 2

    It's not the COBOL per se, but how it runs and integrates into the system.

    The expertise comes in making files available to read and write output to.

    In my post below, I noted that if you're running in MVS (old IBM iron), you need to know and be comfortable with JCL. Same thing for VMS.

    That's where the grey hair comes in.

  27. Re:So, what's the problem? by St.Creed · · Score: 2

    Think of Joel Spolsky hiring C++ programmers because they can reason deeply how code works and then he puts them in front of Visual Basic 6 to pound out his application because they don't have to fiddle with MFC to get the GUI part?

    Well, what's wrong with that? I was a C++ programmer throughout my education and my first job as scientific programmer, and moved on to VB6 and then VB.Net. Double the pay for half the effort, what's not to like :) And in the end it's all just a Turing Machine anyway, we're just debating the syntactic sugar as long as we stick to imperative languages.

    So nowadays I just use the tools that make it easiest to code and test a solution, not the tools that are generating the most work for everyone. For most applications in office automation there is zero reason to use C++. Heck, there is little reason to actually code anything when you look at office automation: a good logical model coupled with a business rule engine and a decent code generator could work up 99% of most applications without even breaking a sweat. You may not build SAP with it, but I bet you could give it a darn good run for its money when looking at specific modules - the joke that is the Student Lifecycle Module springs to mind immediately but I'm sure there are plenty of examples.

    --
    Therefore, by the (faulty) logic you're using, you're just a cow with a keyboard - osu-neko (2604)
  28. Re:Translator by JohnnyBGod · · Score: 2

    Most modern languages don't allow for that, and tend to use floating-point (COBOL COMPUTATIONAL-2).

    You mean like how every modern database supports fixed point decimals and how every language has a type for them in their standard library (or some third party one)?