Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

Linking the COBOL program in POSIX

When linking the application, it must be remembered that the runtime routines for the languages C/C++ and COBOL are linked from the Java runtime library and not from the CRTE.

The application can be linked with the following commands:

export BLSLIB00='$MYJAVA.SYSLNK.JENV.090.GREEN-JAVA'
cobol -M HELLO -o Hello Hello.o -l BLSLIB