Callable Attribute in .NET COBOL Interoperation

To call methods from COBOL safely, you need to set the MicroFocus.COBOL.RuntimeServices.CallableAttribute attribute on the non-COBOL methods and on the class and assembly containing them

Because both COBOL-enabled methods and .NET Framework methods can have the same name and signature, you might get unexpected results when using the COBOL CALL verb.

Set the MicroFocus.COBOL.RuntimeServices.CallableAttribute attribute on the non-COBOL methods and on the class and assembly containing them in order to call the methods from COBOL safely.