Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 1.57 KB

README.md

File metadata and controls

42 lines (22 loc) · 1.57 KB

Basic Info

Name: COBOL

Creator(s): Lots of people...

Date: 1959

Website: IBM Developer

Intro

COBOL 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.

Syntax

...

...

...

...

Libraries

  • Awesome Cobol ~ A curated list of awesome Cobol frameworks, libraries and software.

More Info