A simple example demonstrating how COBOL handled screen-based front-end interactions in the 1960s.
Screenshot of the application running on macOS Sequoia 15.0.1.
- Console-based interface (80x25)
- Demonstrates COBOL screen section for input and output
- User interaction with text-based UI
- Runs on modern systems with GNUCOBOL
- GNU COBOL (Ensure it's installed before proceeding)
Clone the repository:
git clone git@github.com:luismr/cobol-screen.git
cd cobol-screen
Refer to INSTALL-GNUCOBOL.md for detailed installation steps.
To compile the program, use:
cobc -x main.cob
If successful, an executable will be created.
Run the program:
./main
Follow the on-screen instructions to interact with the COBOL-based interface.
This project is licensed under the MIT License. See LICENSE.md for details.