open-cobol

 

 

www.opencobol.org

https://sourceforge.net/projects/gnucobol/

Cobol is a machine language that was invented some 20 odd years ago, written back in the early 70’s its still a widely used programming Language.

Follow these steps to install Opencobol on a linux server using Centos

1. cd /opt

2. wget http://sourceforge.net/projects/open-cobol/files/open-cobol/1.1CE/open-cobol-ce-1.1.r59.tar.gz/download
3. tar -xzvf open-cobol-ce-1.1.r59.tar.gz
4. cd open-cobol-ce-1.1
5. ./configure
6. make
7. make check
8. make install