ILPOINTER-REFERENCE Determines if pointer parameters are passed to a method BY REFERENCE if the passing method is omitted.
ILREF This directive permits the definition of extension methods and extension operators that are outside of the current compilation
unit.
ILSOURCE Specifies an additional COBOL source file to be compiled together with the current program into a single .NET assembly or
Java class file.
ILUSING Specifies the namespace for a class to be imported. This directive enables you to write just the class name in the program
code, without its namespace, potentially making the code shorter and simpler.
JVMCLASSPATH Adds directories to the CLASSPATH, enabling classes located within those directories to be utilized.
JVMTARGET Specifies the JVM version number targeted by the class files generated in this compilation unit. The resulting class files
can be run on any JVM version greater than or equal to the specified number.
MANAGED-FNC-PARAM-BY Determines whether user-defined function parameters are passed BY VALUE or BY REFERENCE by default when compiled with JVMGEN.