Re: Calling JAVA from SAG Natural.

2010-03-03 Thread Timothy Sipples
How about through CICS Transaction Server (e.g. EXEC CICS LINK...)? I am (perhaps) assuming that the Java code would run as a CICS transaction and (most likely) use JCICS interfaces for access to COMMAREAs or (preferably, moving in the direction of) containers. This should all be very simple,

Calling JAVA from SAG Natural.

2010-03-02 Thread Itschak Mugzach
I am looking for a simple way to call a java code from SAG natural from CICS and batch. The natural program may issue touands of calls to this Java code. Is there an efficient way of doing this? The java code doesn't have to run on same address space and can act as a server. Thanks for your ideas