https://github.com/jankammerath/cobol-training
Repository with COBOL code for training and learning COBOL
https://github.com/jankammerath/cobol-training
cobol cobol-example cobol-programs learn-to-code learning learning-exercise
Last synced: 3 months ago
JSON representation
Repository with COBOL code for training and learning COBOL
- Host: GitHub
- URL: https://github.com/jankammerath/cobol-training
- Owner: jankammerath
- Created: 2020-04-16T12:38:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T12:44:22.000Z (about 5 years ago)
- Last Synced: 2025-01-23T16:44:12.545Z (5 months ago)
- Topics: cobol, cobol-example, cobol-programs, learn-to-code, learning, learning-exercise
- Language: COBOL
- Size: 16.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COBOL Training Code
This is sample code I used or did write myself for learning COBOL using GnuCOBOL, formerly known as OpenCOBOL. I learn COBOL using the book [Beginning COBOL for programmers](http://www.apress.com/9781430262534) from Michael Coughlan. You can find the excerices from Michael on the [Beginning COBOL For Programmers](https://github.com/Apress/beg-cobol-for-programmers) repository here on GitHub. I also added some code I wrote myself. The Author section in the information division of the code states the original author.
## Compiling with GnuCOBOL
I compile the code with GnuCOBOL and you can find the compilation instructions in the [make.sh](/COBOL-Training/blob/master/make.sh) file.