项目作者: jankammerath

项目描述 :
Repository with COBOL code for training and learning COBOL
高级语言: COBOL
项目地址: git://github.com/jankammerath/COBOL-Training.git
创建时间: 2020-04-16T12:38:21Z
项目社区:https://github.com/jankammerath/COBOL-Training

开源协议:

下载


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 from Michael Coughlan. You can find the excerices from Michael on the Beginning 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 file.