https://github.com/oldkingcone/cobol_projects
This is a repo for random COBOL projects that I create. Feel free to share, or critique.
https://github.com/oldkingcone/cobol_projects
cobol cobol-programs learning-by-doing
Last synced: 3 months ago
JSON representation
This is a repo for random COBOL projects that I create. Feel free to share, or critique.
- Host: GitHub
- URL: https://github.com/oldkingcone/cobol_projects
- Owner: oldkingcone
- Created: 2019-05-03T01:21:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T01:22:43.000Z (almost 6 years ago)
- Last Synced: 2025-03-06T10:54:00.413Z (about 1 year ago)
- Topics: cobol, cobol-programs, learning-by-doing
- Language: COBOL
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COBOL_PROJECTS
This is a repo for random COBOL projects that I create. Feel free to share, or critique.
In order to compile and execute these programs, you will need cobc installed.
- To compile use `cobc -x -free *.cobc -o {program name}`