[Migrated content. Thread originally posted on 09 August 2011]
Ok, first off I'm not 100% sure of the Micro Focus enviroment and have not code much COBOL and that as 14 years ago...I believe we have a MF cobol environment converted to run on SQL server. We seem to have Net Express 6.0 on several Cobol developers machines.
I need to interact with the cobol code (native cobol) with c# code (assemblies). It apprears that the best way to do this by creating cobol.net proxy classes to interact with the native cobol procedures. I would assume that with Net Express 6.0 and or Visual Studio (2008/2010) we can create these proxy classes in cobol.net. However, I don't know much about the whole mirco-focus environment. From my reading on the proxy classes it would make sense to compile the cobol.net proxy to an assembly. Than I would have to add a reference to this proxy class in my c# client application.
1] If you could provide feedback on the above assumptions and questions that would b greatly appreciated.
2] Can I create these proxy classes using c# code? or, is the easy way to use cobol proxies on this side?
3] If i want to call a method in C# class (assembly) how can this be completed from the native cobol/cobol.net side?
All help is greatly appreciated!

