JVM_LOAD_NATIVE (deprecated) Loads a native shared library into the JVM runtime. Once the shared library is loaded, use the CALL statement to call one
of its entry points, from your JVM COBOL programs.
JVM_UNSAFE_NATIVE_MEMCOPY Copies native memory to managed memory allocated by third-party APIs, such as the Windows FormatMessage API. You cannot address
managed memory except with this JVM_UNSAFE_NATIVE_MEMCOPY library routine.
X"91" function 15 Checks for the existence of the specified program.
X"91" function 16 (deprecated) Shows how many of the parameters in the call statement of the calling program have been transferred to the called subprogram.
X"91" function 35 Performs an EXEC call (like the DOS 4B call) to the specified program file, executing it.