Example: compiling and linking a COBOL class definition

This example illustrates the commands that you use and the files that are produced when you compile and link a COBOL class definition, Manager.cbl.

Files and commands used to compile and link a class definition.Link to detail.

The class file Manager.class and the shared library libManager.so are the executable components of the application, and are generated in the current working directory.