gnucobol

COBOL85-202x compiler with support for multiple dialect extensions

brewmacoslinux
Try with needOr install directly
Source

About

COBOL85-202x compiler supporting lots of dialect specific extensions

Commands

cobccobcrun

Examples

Compile a COBOL source file to an executable$ cobc -x -o myprogram myprogram.cob
Compile COBOL to an intermediate object file$ cobc -c mymodule.cob
Run a compiled COBOL program with runtime environment$ cobcrun myprogram arg1 arg2