Page 1 of 1

Calling COBOL load from C++

Posted: Wed Apr 06, 2016 8:09 am
by ubabnahom
Hello  Guys,
Could you please advise on calling a COBOL load from C++ (in z/OS). Does it work? do we any option for this. 
I am having a requirement on calling generic COBOL module which converts JSON to TEXT from C++.  
Thanks,

Re: Calling COBOL load from C++

Posted: Wed Apr 06, 2016 8:33 am
by Robert Sample
The LE bookshelf has a manual about writing interlanguage calls.  Start with it.

Re: Calling COBOL load from C++

Posted: Wed Apr 06, 2016 9:16 am
by Robert Sample
I finally had a chance to check the manual.  It has an entire chapter on communicating between C++ and COBOL.

Re: Calling COBOL load from C++

Posted: Wed Apr 06, 2016 11:07 am
by ubabnahom
Thank you Robert.. It really helps.