package in callLink element
The linkage options part, callLink element, property package identifies the Java package in which a called Java program resides. The property is useful whether property type is ejbcall, localCall, or remoteCall.
If you are generating a Java program, package is meaningful when property pgmName refers to a program that is called by the program being generated. If you are generating a Java wrapper, package is meaningful when property pgmName refers to the program that is 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 caller.
The package name that is used in generated Java programs is the package name of the EGL program, but in lower case; and when EGL generates output from the callLink element, the value of package is changed (if necessary) to lower case.
Related concepts
Linkage options part
Related tasks
Editing the callLink element of a linkage options part
Setting up the J2EE run-time environment for EGL-generated code
Related reference
callLink element
pgmName in callLink element
type in callLink element