Can a Cobol Program on IBM pass parameters to a Java Program and get back the results?
Can a COBOL program on IBM390 invoke a stand alone Java Program.
Pass couple of Parameters to the Java Program.
The Java Program then pass back the result to the calling program.
Are there any example of the above scenerio?
Thanks in advance for your help.
.
Relevant Pages
- Re: String as expression
... generate byte code or generate a java program, invoke the compiler, ... load it with Class.forName. ... for how to invoke the compiler programmatically. ... (comp.lang.java.help) - Re: JAVA as C (or C++) Front End
... Whenever I write and compile a ... > java program, I have to invoke it by calling Java.EXE. ... > software which is obviously written in Java which is invoked with an EXE ... One 'pro' for having the the C code invoke the java code is that you will then ... (comp.lang.java.programmer) - Re: Check for a Windows Program
... I invoke this C++ app from my java program like this ... Is there a way I can check if my C++ program is up and running from my java program which invoked it. ... //executing the script takes almost no time, but the C++ program evoked by the script takes some time ... (comp.lang.java.programmer) - Re: How To retrieve the full user name, in Vista??
... C program that returns the username, then invoke it from script that ... runs the java program. ... The script can pass this value as a java ... (comp.lang.java.help) - Re: Check for a Windows Program
... I have a C++ windows application. ... I invoke this C++ app from my java program like this ... (comp.lang.java.programmer) |
|