Picture

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. However, due to its declining popularity and the retirement of experienced COBOL programmers, programs are being migrated to new platforms, rewritten in modern languages or replaced with software packages. Most programming in COBOL is now purely to maintain existing applications; however, many large financial institutions were still developing new systems in COBOL as late as 2006 due to the mainframe processing speed.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 US Department of Defense effort to create a portable programming language for data processing. It was originally seen as a stopgap, but the Department of Defense promptly forced computer manufacturers to provide it, resulting in its widespread adoption. It was standardized in 1968 and has since been revised four times. Expansions include support for structured and object-oriented programming. The current standard is ISO/IEC 1989:2014.COBOL statements have an English-like syntax, which was designed to be self-documenting and highly readable. However, it is verbose and uses over 300 reserved words. In contrast with modern, succinct syntax like y = x;, COBOL has a more English-like syntax (in this case, MOVE x TO y).
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.
Academic computer scientists were generally uninterested in business applications when COBOL was created and were not involved in its design; it was (effectively) designed from the ground up as a computer language for business, with an emphasis on inputs and outputs, whose only data types were numbers and strings of text.
COBOL has been criticized throughout its life for its verbosity, design process, and poor support for structured programming. These weaknesses result in monolithic, verbose (intended to be English-like) programs that are not easily comprehensible.

View More On Wikipedia.org
  • 406

    Greg Bernhardt

    A PF Singularity From USA
    • Messages
      19,443
    • Media
      227
    • Reaction score
      10,021
    • Points
      1,237
  • 1

    WWGD

    A PF Moon
    • Messages
      7,010
    • Reaction score
      10,470
    • Points
      541
  • 1

    zuz

    A PF Molecule From Buffalo
    • Messages
      83
    • Reaction score
      32
    • Points
      61
  • 1

    Hill

    A PF Cell
    • Messages
      566
    • Reaction score
      451
    • Points
      136
  • 1

    AkshayPitt

    A PF Quark
    • Messages
      8
    • Reaction score
      0
    • Points
      1
  • 1

    kelvin490

    A PF Cell From U.K.
    • Messages
      228
    • Reaction score
      3
    • Points
      111
  • 1

    "Don't panic!"

    A PF Atom
    • Messages
      601
    • Reaction score
      8
    • Points
      46
  • 1

    NoIdea2015

    A PF Quark
    • Messages
      6
    • Reaction score
      0
    • Points
      1
  • 1

    SamRoss

    A PF Cell
    • Messages
      254
    • Reaction score
      36
    • Points
      123
  • 1

    qft-El

    A PF Quark
    • Messages
      11
    • Reaction score
      12
    • Points
      3
  • Back
    Top