JAVA-PACKAGE-NAME

Restriction: This directive affects native COBOL programs only.
Overrides the default package name to use in generated Java files and JNI entry statements.

Syntax:

>>-.---.---JAVA-PACKAGE-NAME"package-name"-------><
   +-/-+  

Parameters:

package-name
The package-name used for the COBOL output files.

Properties:

Default: JAVA-PACKAGE-NAME"com.microfocus.COBOL"
Phase: Syntax check
$SET: Initial

Comments:

A package name must start with a $,_ or A-Z, or a-z; the remainder of the package name can contain these characters, in addition to 0-9. Also, each complete element of the package name must not constituent a Java reserved word, otherwise the generated Java files will fail to compile.