Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Tools

Is Your Next Language COBOL?


Cobol, The First 50 Years

In case you need to be reintroduced...

Along with Fortran and Lisp, Cobol was one of the three seminal programming languages created in the 1950s. Developed in 1959 by a team led by Grace Hopper and approved in January 1960, Cobol is characterized by a verbose English-like syntax and a strict hierarchical program structure. The language standards specify the handling of decimal currency data more fully than any other language. Cobol was designed for business data processing and remains the quintessential language for that purpose. (Cobol is an acronym for "COmmon Business Oriented Language.")

The Gartner Group has "maturity-rated" all programming languages as:

  • Adult (actively evolving)
  • Mature (active, in general use)
  • Aging (think Pascal)
  • Elderly (end-of-life languages like VB6).

By Gartner's definitions, current Cobol variants are not, as you might think, Elderly, or even Aging, but merely Mature.

Hopper handed over governance of the language to ANSI, which helped its wide adoption. The current Cobol standard is Cobol2002, supported by, for example, IBM's Enterprise Cobol (www-306.ibm.com/software/awdtools/cobol/). Cobol2008 is in the works.

A Quarter-Trillion Lines of Code

To say that Cobol is widespread is an understatement. In 1997 the Gartner Group estimated that there were 240 billion lines of Cobol code in active apps. Something like 90 percent of financial transactions are processed by Cobol code, and 75 percent of all business data processing is Cobol. Merril Lynch reports that 70 percent of its business runs on Cobol apps. Five out of eight companies with an IT manager use Cobol, most of them using it a lot. One estimate puts the value of current running Cobol code at $2 trillion. (In addition to the Gartner Group, some of the above figures come from Computerworld, Ovum, and Micro Focus International.)

And it's not just legacy code. Billions of lines of new Cobol code are being written every year. Cobol apps are typically very large, a million lines being common, and partly for that reason they are also long-lived. It's cheaper to maintain the code than to replace it, and 40-year-old Cobol applications are often extremely well debugged (although anyone who was bit by the Y2K date bug, primarily a Cobol problem, might disagree).

Cobol Coders An Endangered Species

In fact, the code is outliving its coders.

As long-time Cobol coders die or retire, they are not being replaced. Few schools teach Cobol any more. And demand is still strong. If your business depends on Cobol, you are facing some choices. Whether you're actively developing new Cobol apps, just maintaining the old, or trying to move away from Cobol, you need Cobol expertise. You can: 1) keep your current Cobol programmers happy and employed while you scramble to wean your business off Cobol; 2) try to find younger Cobol programmers to replace those you'll be losing; or 3) push your current programming staff to learn Cobol.

Replacing Cobol entirely can be an expensive proposition, and many companies (and State governments) have for decades thought it cheaper to keep it. Still, many businesses are moving away from Cobol, or saying that they will if and when they can. Some big companies are replacing at least some of their legacy Cobol apps with packaged software from Oracle and other companies. But a quarter-trillion lines of code does not get replaced overnight. Cobol programmers are needed.

Micro Focus and IBM have tried to nudge universities to train more Cobol programmers, offering free courseware and technology, but this hasn't resulted in a huge flood of new Cobol programmers.

So adding Cobol to your toolkit does make you more employable. And you can definitely do better than minimum wage.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.