Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Compiling the COBOL program in POSIX

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.