Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×
Programming

Join COBOL's Next Generation 276

jfruh writes "COBOL, it's finally becoming clear, isn't going away any time soon; there are far too many business-criticial applications written in it that work perfectly well for that to happen. This reality could be a career boon for IT staff. Need to learn the ins and outs of COBOL? Your employer may well pay for your training. Just getting started in IT? COBOL can provide a niche that gets you a first job."
This discussion has been archived. No new comments can be posted.

Join COBOL's Next Generation

Comments Filter:
  • Re:Nothing does (Score:5, Insightful)

    by Joce640k ( 829181 ) on Tuesday June 25, 2013 @01:25PM (#44102515) Homepage

    Keeping them employed until retirement age.

  • Re:Nothing does (Score:5, Insightful)

    by Nerdfest ( 867930 ) on Tuesday June 25, 2013 @01:32PM (#44102601)

    I will also add that the reason it's so hard to get rid of is that most software written in COBOl tends to be a tangled mess that can't be easily split up and decoubled, replacing parts with more modern, usable languages. It tends to be an all or nothing venture. It has very little, if anything to do with it being the best language for the job.

  • COBOL is... (Score:4, Insightful)

    by erp_consultant ( 2614861 ) on Tuesday June 25, 2013 @01:39PM (#44102691)

    not a lot of fun to program in. It's wordy, it's procedural...generally kind of boring. But...it's imbedded in so many mission critical systems. The ERP system that I work on is chock full of COBOL stuff, mainly in the Payroll processing modules. It works, it's really fast, and nobody wants to mess with it. Sure, you could rewrite it in Java or some other language but it represents risk that many companies are not willing to take.

    COBOL programmers are in big demand now and it's only going to grow. I'm not sure how many schools still teach COBOL but I suspect it's not many. So if you can put up with having a little less glamorous coding to do it's a great job opportunity.

  • Re:Nothing does (Score:5, Insightful)

    by solidraven ( 1633185 ) on Tuesday June 25, 2013 @01:43PM (#44102749)
    Being verbose is often considered bad, yet languages like VHDL and Ada do it as well. The latter two combine it with a very strict syntax. As a result Ada and VHDL code that compiles/synthesizes has a larger chance of working on the first attempt. More keystrokes isn't exactly a problem. I'm not sure about you but my typing speed isn't the limiting factor in writing programs. The days of planning, flow diagrams, etc. are.
  • by gweihir ( 88907 ) on Tuesday June 25, 2013 @01:47PM (#44102785)

    And in how far is Java any less messed up than Cobol is? Java, as used by enterprises today, is an abomination.

  • Re:Nothing does (Score:4, Insightful)

    by Minwee ( 522556 ) <dcr@neverwhen.org> on Tuesday June 25, 2013 @02:05PM (#44103019) Homepage

    It has very little, if anything to do with it being the best language for the job.

    That depends on what "the job" is. If the job is to implement a completely new, problem-free and infinitely maintainable system for managing financial transactions with no budget or time constraints, then the answer is "No". Actually, it's a much longer answer that starts with "HELL NO" and includes phrases like "If I ever catch", "Then I'm going to" and "With a frikkin' caber, that's what", but the general sense of it is "No".

    If the job is to keep the horrific monstrosity which runs the entire bank lumbering along for another few months while still complying with the latest round of new regulations before it drives you irredeemably mad then the absolute best language for the job is COBOL, because that's what code-thulhu is already written in.

  • Re:Nothing does (Score:4, Insightful)

    by Nerdfest ( 867930 ) on Tuesday June 25, 2013 @02:08PM (#44103053)

    It may be possible, but you shouldn't have to bend or force the language to make it do the right thing. A language should make doing things the "right" way easy.

  • Re:Nothing does (Score:4, Insightful)

    by macraig ( 621737 ) <mark@a@craig.gmail@com> on Tuesday June 25, 2013 @02:13PM (#44103113)

    Agreed, but the origins of that language predated many theories about what the right way is, and by then I suppose there was so much code in the wild that no one wanted to tackle the matter head-on?

  • Re:Nothing does (Score:3, Insightful)

    by icebike ( 68054 ) on Tuesday June 25, 2013 @02:18PM (#44103181)

    As long as YOU get to decide what is the right way, there would only be one computer language. Your pet language.

    Look, its pretty clear you are totally ignorant about COBOL, and have maybe looked at a couple programs once, but your pontifications clearly indicate you haven't a single clue.

  • Re:Nothing does (Score:4, Insightful)

    by SerpentMage ( 13390 ) on Tuesday June 25, 2013 @02:19PM (#44103185)

    And of course languages like Javascript, Ruby, PHP, and so on don't make tangled messes? Lest we forget Objective C or even C++. The only languages that I would think where most people would agree to that are "clean" would be C#, Java, and Smalltalk. I don't want to get into the functional paradigm because it is not IMO a tangled mess if you understand the paradigm.

    Anyhoo, if messes were the basis of whether or not to adopt programming languages we would not be writing any programs. Ever try to figure out WTF a Java Spring or Java EE app is? Its a bleeding mess!

    The thing is that Cobol applications work! Yes they work, and they perform oodles of calculations without having to do anything major. Let's not forget that at the end of the day most things don't change that much. Thus why rewrite? And the answer, "oh but this is a new shiny toy" does not count.

  • Re:COBOL is... (Score:2, Insightful)

    by Anonymous Coward on Tuesday June 25, 2013 @02:32PM (#44103367)

    Exactly this!!

    My dad programmed COBOL from the early 70's until he retired. He always came back to this point. You get an auditor comes in and wants to really know what your program is doing, he'd actually look at the listing. He wasn't a programmer, he was an accountant, an auditor. He could follow what you were doing without feeling like you were pulling the wool over his eyes. And if you don't think keeping an auditor happy is important, you haven't been audited.

  • Re:Nothing does (Score:4, Insightful)

    by azadrozny ( 576352 ) on Tuesday June 25, 2013 @02:35PM (#44103413)

    You are spot on. If the creators of the Internet knew what it would grow into, they would have designed it differently. Consider the debates and frustration surrounding HTML5 or IPv6. Sometimes you have to declare you have done your best and release it, and then adapt as you learn.

  • Re:Nothing does (Score:2, Insightful)

    by Anonymous Coward on Tuesday June 25, 2013 @02:43PM (#44103525)

    So... you're saying that COBOL has already been replaced by VBA?

  • Re:not even C? (Score:3, Insightful)

    by osu-neko ( 2604 ) on Tuesday June 25, 2013 @03:00PM (#44103711)
    No. That would be COBOL running on machine code. By the time it's running, compile time (the only time C was involved in the process) is past...
  • Re:Nothing does (Score:4, Insightful)

    by tripleevenfall ( 1990004 ) on Tuesday June 25, 2013 @03:32PM (#44104117)

    Sure, and like the article says, learning COBOL might get you a first job. But someone hiring for a Java position might be as likely to take a new college grad who has education in Java over an experienced COBOL programmer, since the worlds are quite different.

    I think the logic holds up as long as COBOL holds up, and as long as you continue to educate yourself and keep yourself relevant.

"Experience has proved that some people indeed know everything." -- Russell Baker

Working...