Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>I presume you are not looking to duplicate the functionality of <a href="http://publib.boulder.ibm.com/infocenter/zos/v1r13/index.jsp?topic=/com.ibm.zos.r13.f54ug00/gui.htm" rel="nofollow noreferrer">ISPF GUI mode</a>.</p> <p>One method would be to use FTP directly to the JES internal reader as discussed in <a href="https://stackoverflow.com/questions/1323538/how-to-submit-jcl-on-ibm-zos-through-java-web-app">this thread</a>. It is possible that the mainframe security folks will disallow this, I know mine did.</p> <p>Another method would be to <a href="https://stackoverflow.com/search?q=screen%20scrape%203270&amp;submit=search">screen scrape</a> ISPF.</p> <p>Instead of screen scraping ISPF, you could use the <a href="http://publib.boulder.ibm.com/infocenter/zos/v1r13/index.jsp?topic=/com.ibm.zos.r13.ikjc500/sub.htm" rel="nofollow noreferrer">submit</a> command in <a href="http://publib.boulder.ibm.com/infocenter/zos/v1r13/index.jsp?topic=/com.ibm.zos.r13.ikj/ikj.htm" rel="nofollow noreferrer">TSO</a> and run <a href="http://publib.boulder.ibm.com/infocenter/zos/v1r13/index.jsp?topic=/com.ibm.zos.r13.sdf/sdf.htm" rel="nofollow noreferrer">SDSF</a> in TSO to retrieve your output. You could also write <a href="http://publib.boulder.ibm.com/infocenter/zos/v1r13/index.jsp?topic=/com.ibm.zos.r13.isfa500/rexx.htm" rel="nofollow noreferrer">Rexx</a> or <a href="http://publib.boulder.ibm.com/infocenter/zos/v1r13/index.jsp?topic=/com.ibm.zos.r13.isfa500/javapl.htm" rel="nofollow noreferrer">Java</a> to run on the mainframe to give you your output in a form you desire instead of having your VB code conscious of the ISPF and/or SDSF panels.</p> <p>You could use a <a href="https://publib.boulder.ibm.com/infocenter/cicsts/v4r2/index.jsp?topic=/com.ibm.cics.ts.webservices.doc/topics/dfhws_startHere.html" rel="nofollow noreferrer">CICS web service</a> that submits batch jobs via the <a href="https://publib.boulder.ibm.com/infocenter/cicsts/v4r2/index.jsp?topic=/com.ibm.cics.ts.applicationprogramming.doc/commands/dfhp4_spoolopenoutput.html" rel="nofollow noreferrer">SPOOL</a> API, retrieving the results might be more of a challenge. You might have to store the output in a z/OS Unix file and retrieve it from there.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload