JAVA-CALLABLE

Restriction: This directive affects native COBOL programs only.
Determines if the COBOL program is callable from Java.

Syntax:

>>-.---.--.----.-JAVA-CALLABLE-------><
   +-/-+  +-NO-+

Parameters:

None.

Properties:

Default: NOJAVA-CALLABLE
Phase: Syntax check
$SET: Initial

Comments:

When the progs.java file is generated, the default package name used is com.microfocus.COBOL. You can override this default by using the JAVA-PACKAGE-NAME source directive.

If you are using this directive under DIALECT"ENTCOBOL", we recommend that you also compile with the NOFOLDCALLNAME directive, to preserve the case of the PROGRAM-ID name.