COBOL stands for Common Business-Oriented Language. It is a 60-year-old programming language that is still widely used today. COBOL is an English-like computer programming language used for business. The syntax was developed to be simple and explicit so that non-programmers in business environments could understand it without needing an extensive knowledge of coding.
To maintain its comprehensibility, COBOL has strict rules regarding syntax and organization. The code for a program written in COBOL is broken up into divisions that make it easy to locate and understand the individual components. Each program consists of four divisions:
COBOL remains so popular that 70-80% of all business transactions worldwide are still written using the language. And these are not small companies. Its advocates include the likes of powerhouse organizations like IBM, UPS and Cigna. Here are some of the main reasons COBOL is still used:
COBOL was developed in 1959 by CODASYL (Conference/Committee on Data Systems Languages) and sponsored by the U.S. Department of Defense to create a language for data processing. It was partially based on the programming language FLOW-MATIC, as well as IBM’s COMTRAN (COMmercial TRANslator).
The Department of Defense forced computer manufacturers to provide support for the COBOL language, which resulted in its widespread adoption. By 1970, COBOL was the most widely used programming language in the world.
The language was standardized in 1968 and has been revised four times since then. One of those revisions from 2002 expanded the language to include support for structured and object-oriented programming. The object-oriented modification, OO-COBOL, can support modern features, like Unicode, locales and more advanced data types beyond strings and integers.
As the year 2000 approached, there were multiple issues that needed to be resolved regarding COBOL due to the fixed-length of data fields and business applications’ heavy reliance on dates. Many programmers contributed to resolving the year 2000 problem (Y2K) for COBOL and many organizations remained using it rather than switching to newer languages.