--javaclass

When you specify the "--javaclass" option at compile time, the compiler generates a ".java" file in addition to a ".acu" file. The ".java" file has the same prefix as the ".acu" file and is placed in the same directory. This ".java" file is a Java class that calls the COBOL program being compiled. Java programmers can then invoke this class as they would any native Java code.