opensourcecobol/opensourcecobol4j
"open source COBOL 4J" is an open-source COBOL compiler that translates COBOL to Java.
1.3K
"opensource COBOL 4J" is an open-source COBOL compiler that translates COBOL to Java. "Open COBOL ESQL 4J" is an open-source SQL precompiler for opensource COBOL 4J.
Execute the following commands in order to run the "Hello World" COBOL program.
# Move to the sample directory
cd /root/cobol_sample
# Translate COBOL to Java and compile the Java source file.
$ cobc HELLO.cbl
# The cobc compiler produces HELLO.java and HELLO.class
$ ls
HELLO.cbl HELLO.class HELLO.java
# Run "Hello World"
$ java HELLO
HELLO WORLD!
Docker tags | opensource COBOL 4J version | Open COBOL ESQL 4J version |
---|---|---|
latest | 1.1.2 | 1.1.1 |
20240930 | 1.1.2 | 1.1.1 |
1.1.2 | 1.1.2 | 1.0.3 |
docker pull opensourcecobol/opensourcecobol4j