Table of Contents

COBOL

Return to Effective Enterprise COBOL for z/OS, COBOL FAQ, JVM COBOL - dot NET COBOL | .NET COBOL - Managed COBOL - Object-Oriented COBOL - Visual COBOL - Micro Focus COBOL - COBOL-2023 - Enterprise COBOL for z/OS, Awesome COBOL, COBOL Glossary, COBOL bibliography, IBM Mainframes, Visual Cobol, IBM Mainframe glossary, IBM Mainframe acronyms, Mainframe DevOps, z/OS, IBM Mainframe, IBM Mainframe development, IBM Mainframe bibliography, Fortran glossary, Fortran bibliography, IBM Cloud, IBM, IBM Mainframe topics

https://github.com/IonicaBizau/node-cobol - COBOL bridge for NodeJS which allows you to run COBOL code from NodeJS.

COBOL, an acronym for 'COmmon Business Oriented Language', is one of the oldest programming languages, being created in 1959. It was designed by a CODASYL (Conference on Data System Languages) committee with Grace Hopper. It is primarily used in business, finance and administration for companies and governments. It is primarily an imperative, structured language, with support for object-oriented programming added in 2002.

Versions


Snippet from Wikipedia: COBOL

COBOL (; an acronym for "common business-oriented language") is a compiled English-like computer programming language designed for business use. It is an imperative, procedural, and, since 2002, object-oriented language. COBOL is primarily used in business, finance, and administrative systems for companies and governments. COBOL is still widely used in applications deployed on mainframe computers, such as large-scale batch and transaction processing jobs. Many large financial institutions were developing new systems in the language as late as 2006, but most programming in COBOL today is purely to maintain existing applications. Programs are being moved to new platforms, rewritten in modern languages, or replaced with other software.

COBOL was designed in 1959 by CODASYL and was partly based on the programming language FLOW-MATIC, designed by Grace Hopper. It was created as part of a U.S. Department of Defense effort to create a portable programming language for data processing. It was originally seen as a stopgap, but the Defense Department promptly pressured computer manufacturers to provide it, resulting in its widespread adoption. It was standardized in 1968 and has been revised five times. Expansions include support for structured and object-oriented programming. The current standard is ISO/IECĀ 1989:2023.

COBOL statements have prose syntax such as MOVE x TO y, which was designed to be self-documenting and highly readable. However, it is verbose and uses over 300 reserved words compared to the succinct and mathematically inspired syntax of other languages.

The COBOL code is split into four divisions (identification, environment, data, and procedure), containing a rigid hierarchy of sections, paragraphs, and sentences. Lacking a large standard library, the standard specifies 43 statements, 87 functions, and just one class.

COBOL has been criticized for its verbosity, design process, and poor support for structured programming. These weaknesses often result in monolithic programs that are hard to comprehend as a whole, despite their local readability.

For years, COBOL has been assumed as a programming language for business operations in mainframes, although in recent years, many COBOL operations have been moved to cloud computing.

External Sites

Fair Use Sources

Fair Use Sources: