How to call CICS programs from C#

2.7k Views Asked by At

We currently call CICS Main frame programs via Cobol.net using the CICS universal client.

We are wondering if it is possible to call them directly from C#?

3

There are 3 best solutions below

0
On BEST ANSWER
0
On

CICS v3 and later does SOAP and REST web services, if that's direct enough for your purposes.

0
On

I'll chime in with Host Integration Server. I used to use it and it works quite well.