The most efficient way to call COBOL from C is to use the C application programming interface (API). This interface can be used by C developers to call COBOL functionality (programs, entry points, etc.) from their C program.
To use the C API, you need to do the following: