Since I've never looked into COBOL seriously I'd like to have some examples of that large class of problems C++ and VB can't handle, it sounds interesting (no irony here).
Actually, is's fairly dull. COBOL is designed for business use (that's what the B in the acronym is from) and it excels at doing business and financial tasks. COBOL has good facilities for handling money. It doesn't, for example, make the horrible error of trying to do financial calculations with floating point numbers. (Important safety tip: Don't try to do decimal math with a representation that can't handle base-10 fractions)
Regardless of this point: bear in mind that many businesses simply don't have COBOL around anymore, so yes, you'll be going for a niche. Personally I consider that to be a bad start of a career.
All computer languages target a niche. You are, however, badly misjudging the amount of COBOL in use as well as the amount being written brand new. There's an enourmous amount in every major (and most minor) financial institutions, as well as most places that have major financial departments. (Which includes the AP, AR, and payroll departments) It's also in a lot of other places you might not expect.

It wouldn't, quite bluntly, surprise me to find that there's more new COBOL code being written than C++ code. By a factor of two or more. (Probably more) There's certainly an order of magnitude or four more COBOL in use than C++.


In reply to Re: Re: Re: Which language would be most helpful? by Elian
in thread Which language would be most helpful? by mrpilot

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.