Legacy and specialist
Understand readable business data processing and the systems that still depend on it.
IDENTIFICATION DIVISION.
PROGRAM-ID. HELLO.
PROCEDURE DIVISION.
DISPLAY 'HELLO FROM COBOL'.
STOP RUN.COURSE CURRICULUM
Finish one section at a time or jump directly to a concept you need.
Learn how cobol divisions and batch execution works in COBOL, why the underlying model matters, and how to apply it in a small program without hiding important trade-offs.
Learn how columns, clauses, and readable statements works in COBOL, why the underlying model matters, and how to apply it in a small program without hiding important trade-offs.
Learn how data names, levels, and working storage works in COBOL, why the underlying model matters, and how to apply it in a small program without hiding important trade-offs.
Learn how picture clauses, groups, and numeric formats works in COBOL, why the underlying model matters, and how to apply it in a small program without hiding important trade-offs.
Learn how arithmetic verbs, conditions, and rounding works in COBOL, why the underlying model matters, and how to apply it in a small program without hiding important trade-offs.
Learn how if, evaluate, and business rules works in COBOL, why the underlying model matters, and how to apply it in a small program without hiding important trade-offs.
Learn how perform, iteration, and table traversal works in COBOL, why the underlying model matters, and how to apply it in a small program without hiding important trade-offs.
Learn how paragraphs, sections, and callable programs works in COBOL, why the underlying model matters, and how to apply it in a small program without hiding important trade-offs.
Learn how tables, occurs, indexes, and records works in COBOL, why the underlying model matters, and how to apply it in a small program without hiding important trade-offs.
Learn how alphanumeric data, editing, and reports works in COBOL, why the underlying model matters, and how to apply it in a small program without hiding important trade-offs.
Learn how file status, validation, and exception clauses works in COBOL, why the underlying model matters, and how to apply it in a small program without hiding important trade-offs.
Learn how copybooks, linkage, and program organization works in COBOL, why the underlying model matters, and how to apply it in a small program without hiding important trade-offs.
Learn how records, keys, and business data models works in COBOL, why the underlying model matters, and how to apply it in a small program without hiding important trade-offs.
Learn how sequential files, indexed files, and transactions works in COBOL, why the underlying model matters, and how to apply it in a small program without hiding important trade-offs.
Learn how testing batch jobs and reconciliations works in COBOL, why the underlying model matters, and how to apply it in a small program without hiding important trade-offs.