Can someone tell me the best way to run the JCL part on IBM zOS from a Java web application on another server (Windows). I also need to get the response code from the job.
Currently, 2 options are available: 1) Using JES - but it is difficult to get a response back 2) Make a call through the DB2 procedure.
Is there any other (better) way
source share