Calling COBOL load from C++

C/C++ and Java for MVS & zOS.
Post Reply
ubabnahom
New Member
Posts: 2
Joined: Wed Apr 06, 2016 7:56 am

Calling COBOL load from C++

Post 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,
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1886
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: Calling COBOL load from C++

Post by Robert Sample »

The LE bookshelf has a manual about writing interlanguage calls.  Start with it.
User avatar
Robert Sample
Global Moderator
Global Moderator
Posts: 1886
Joined: Fri Jun 28, 2013 1:22 am
Location: Dubuque Iowa
United States of America

Re: Calling COBOL load from C++

Post by Robert Sample »

I finally had a chance to check the manual.  It has an entire chapter on communicating between C++ and COBOL.
ubabnahom
New Member
Posts: 2
Joined: Wed Apr 06, 2016 7:56 am

Re: Calling COBOL load from C++

Post by ubabnahom »

Thank you Robert.. It really helps.
Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Return to “C, C++ and Java for Mainframes.”