Shiraz Bhaiji
Shiraz Bhaiji

Reputation: 65411

Accessing Visual Cobol from C#

We are using Micro Focus Visual Cobol 2.1 in Visual Studio 2010. (Note this is not Cobol.Net)

We would like to access the functionality in Cobol from a C# program.

We had hoped to be able to generate a COM wrapper and call the Cobol code through the COM wrapper, but cannot find the setting to create the COM wrapper.

Anyone know how we can access the Cobol code from C#?

Upvotes: 0

Views: 348

Answers (2)

DuncanKinnear
DuncanKinnear

Reputation: 4643

AcuCobol's Extend Cobol (which was bought out by MicroFocus) had C routines that you could compile into a C program to call Cobol programs. You might want to ask you MicroFocus Sales/Support to find out what they can do for you.

Upvotes: 1

colemanj
colemanj

Reputation: 499

You should check out Micro Focus's own Visual COBOL site, and it's Visual Cobol forum. There are relevant articles and Q&A - http://community.microfocus.com/microfocus/cobol/

Upvotes: 1

Related Questions