Interoperability
Managed COBOL can invoke and be invoked by code in any other managed language. Managed COBOL can also invoke native COBOL. In addition, managed code in languages other than COBOL and native COBOL can interoperate by going through managed COBOL code.
Data Marshaling and Type Conversion for Managed Code Interoperation
Data type compatibility is one of the main issues when managed COBOL interoperates with code in non-COBOL managed languages. Often, you need to manipulate the COBOL data into compatible types.
JVM COBOL Interoperating with Native COBOL
This section covers how to CALL native COBOL, how to pass parameters of different types and some examples.
JVM COBOL Interoperating with Java
This section covers how to call JVM COBOL from Java, how to call Java from JVM COBOL and some examples.
Mixed Language Programming
This section covers parameters, return codes and call conventions for mixed language development with native COBOL.
Parent topic:
Managed COBOL Programming