Loading...
Select Version
In this example, the COBOL source program resides in the POSIX directory /myhome/jcitest
.
The following commands are needed to compile the COBOL program HELLO:
export COBLIB='/myjava/include' cobol -c -C PERMIT-STANDARD-DEVIATION=YES \ /myhome/jcitest/Hello.cob
The object file Hello.o
is available as the result.