Using the Java API from Cobol

We have several COBOL programs running on our mainframe, and we need one of them to communicate with our back end repository through the Java API. Is there a way that a Cobol program can invoke a Java program?

Can I use the web service from Cobol? How to integrate Cobol with anything else?

+3
source share
7 answers

I don’t know if I found this information, but this COBOL White Papers list contains a section on COBOL / Java integration, including some specific for Enterprise COBOL.

+3
source

Found the following:

COBOL can interact with JAVA.

Java ™, for: Java Native (JNI) COBOL. , Java COBOL, , COBOL Java. Java-, - COBOL. Java, JNI.

Java , COBOL THREAD.

, Cobol Enterprise, -. WS, Cobol Enterprise.

+2

, Java . ?

Cobol , - , Java , , Java. Java , .

0

, Cobol Java (. ). 3 Cobol JVM . , .

0

Microfocus allows you to interact with COBOL and Java, but to complete the necessary steps you will need to use a Microfocus derivative called OO COBOL.

0
source

I do not code COBOL, but at my work we have an MVS system in which programmers derive XML / Web services from COBOL.

0
source

There is an IBM Java toolkit for AS / 400. Check out the java programming section in the information center.

0
source

Source: https://habr.com/ru/post/1697815/


All Articles