package in callLink element

The package property of the callLink element of the linkage options part identifies the Java™ package in which a called Java program resides. The property is useful whether the type property is set to localCall or remoteCall. The package property affects the generation of the calling program. If you are generating a Java wrapper, package is meaningful when the pgmName property refers to the program called by way of the Java wrapper.

If the package property is not specified, the called program is assumed to be in the same package as the calling program.

The package name that is used in generated Java programs matches the package name of the EGL program, but is in lower case; and when EGL generates output from the callLink element, the value of the package property is changed (if necessary) to lower case.


Feedback