You are now entering the PC Anatomy portal

Explore the areas of information pertaining to all things computer based
with many assorted selections of inquiry to further delve into this realm.

main pic

COBOL

index img

COBOL, an acronym for COmmon Business-Oriented Language, is a high-level programming language designed specifically for business, administrative, and financial applications. Developed in the late 1950s by the US Department of Defense, it has been a cornerstone of enterprise computing, particularly on mainframe systems, for decades.

Key characteristics and features of COBOL include: Its syntax and structure are designed to resemble natural language, making it more readable and understandable for business professionals. It emphasizes data processing and file handling, crucial for business operations.

Structured Divisions:

COBOL programs are organized into distinct divisions:

Identification Division: Identifies the program and programmer.

Environment Division: Describes the computer environment and I/O devices.

Data Division: Defines all data items, files, and variables used in the program.

Procedure Division: Contains the executable logic and statements of the program.