Why do you say there is a need for a "C layer" here? Even without using "Object COBOL" you can use JNI directly in COBOL. (It's not great fun, but it is doable.)
>________________________________ > From: Jantje. <[email protected]> >To: [email protected] >Sent: Friday, October 25, 2013 4:33 AM >Subject: Re: Is there currently a way to access MongoDB from z/OS LE languages? > > >On Thu, 24 Oct 2013 22:58:05 -0500, John McKown <[email protected]> >wrote: > >>I'm not sure about the following. I'm up late due to ... well, it doesn't >>matter. But I am wondering if it would be easier to interface MongoDB (on a >>remote system such as z/Linux) with a z/OS Java routine. And then interface >>the Java routine with COBOL. I need to read up on the Java <-> COBOL >>communication. It may only be for Object COBOL. > >Java to COBOL and COBOL to Java can be done through JNI. You will need a C >layer to glue the two together but you do not neec Object COBOL if you dont >want it. > >Cheers, > >Jantje. > >---------------------------------------------------------------------- >For IBM-MAIN subscribe / signoff / archive access instructions, >send email to [email protected] with the message: INFO IBM-MAIN > > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
