Is there any Java API to run codes and commands on Mainframe system? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there any Java API to run codes and commands on Mainframe system?

Hi All. I am trying to automate the running of commands on Mainframe system. I want to do it using java. Is there any way or api so that I can connect to Mainframe and run commands using it?

22nd Nov 2019, 4:27 AM
Gourish Hegde
Gourish Hegde - avatar
2 Answers
+ 2
There are some mainframes which support the execution of Java applications. It's possible to run all kind of commands with the exec method. But you need to make sure that the mainframe can run the code / a JVM in first place.
29th Feb 2020, 9:36 AM
Tashi N
Tashi N - avatar
+ 1
Thank you Tashi. I was trying to automate cics application through web services. There are some inbuilt utilities with which I achieved the required.
18th Mar 2020, 4:39 AM
Gourish Hegde
Gourish Hegde - avatar