Restriction: This applies to native code only.
Any COBOL program which is going to call Java must be compiled with the following directive:
This does two things:
- Adds type information to invoke statements, which the COBOL run-time system needs to convert data correctly between the COBOL and Java domains
- Prevents the compiler from folding method names it invokes to lower-case - Java method names are case-sensitive