• CanadaPlus@lemmy.sdf.org
      link
      fedilink
      arrow-up
      21
      ·
      edit-2
      1 year ago

      From when this has come up in the past, it’s a lucrative career path, but probably tricky to break in to since nobody’s maintaining a COBOL system they can afford to put into the hands of someone inexperienced.

      The dudes earning half a million are able to do so because they’ve been at it since before their boss was born.

      • Knusper@feddit.de
        link
        fedilink
        arrow-up
        14
        ·
        1 year ago

        Yeah, and from what I understand, learning the language itself isn’t the hard part. It actually has rather few concepts. What’s difficult, is learning how to program a computer correctly without all the abstractions and safety measures that modern languages provide.

        Even structured programming had to be added to COBOL in a later revision. That’s if/else, loops and similar.