JAVA-CALLABLE Determines if the COBOL program is callable from Java.
JAVA-GEN-PROGS Creates the Java wrapper class, progs.java, that is used when you make native COBOL programs callable from Java.
JAVA-GEN-STRG Creates the Java wrapper class, strg.java, that is used when you are sharing Working-Storage items from a native COBOL program with Java.
JAVA-OUTPUT-PATH Location of the Java files generated by compilation of a JAVA-SHAREABLE COBOL file.
JAVA-PACKAGE-NAME Overrides the default package name to use in generated Java files and JNI entry statements.