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 answers

0
Derek Beattie On BEST ANSWER
0
cschneid On

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

0
kprobst On

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