COBOL 103: The Missing Dot Notation and the Genius of Data Levels
Part 3: Why COBOL doesn't use dot notation, and how its clunky-looking hierarchical data levels are actually a masterclass in bare-metal memory efficiency.
For the love of bare metal machines.
Part 3: Why COBOL doesn't use dot notation, and how its clunky-looking hierarchical data levels are actually a masterclass in bare-metal memory efficiency.
The grand finale of our COBOL Todo List. Here is the complete, copy-pasteable source code for a full CRUD To-Do application built entirely on the bare metal with sequential files.
Part 3: How do you delete a record from a sequential file without a database? You use the Cassette Tape Pattern. Let's finish our COBOL To-Do app with full CRUD capabilities.
Part 2: Every JavaScript framework tutorial builds a To-Do app using 400MB of dependencies. Let's build one in COBOL using bare-metal sequential files and zero bloat.
Part 1 of our COBOL series. Learn how to write and compile your first COBOL programs locally using GnuCOBOL, and understand the fundamental difference between interactive apps and Mainframe JCL batch processing.
What it feels like to finally sit in front of a z/OS system and realise that most of the modern world runs on hardware nobody talks about.
A dive into COBOL, fixed-point math, and JCL.