Re: Submitting batch jobs from a web browser

2019-03-21 Thread scott Ford
I know ZOSMF,JZOS and FTP can do what Roger desires. I also know Zowe can also. We handle source code via GIT and use our own written CI that submits the compiles / assemblies and links to z/OS. I know there must be other ways to submit a job .. Scott On Wed, Mar 20, 2019 at 8:48 AM Gil Cardenas

Re: Submitting batch jobs from a web browser

2019-03-20 Thread Gil Cardenas
Hi Roger, we use BMC Control-M here at our shop so not sure what your AWS Batch scheduler capabilities are, however, I wrote an application several years back that took advantage of the Control-M api's to submit jobs from a webpage via FTP to the JES reader. It was really a slick little tool

Re: Submitting batch jobs from a web browser

2019-03-20 Thread Timothy Sipples
It'd be helpful to understand what sort of job(s) you'd like to submit to offer more precise advice. However, to get started, there's an excellent IBM redbook on z/OSMF: http://www.redbooks.ibm.com/redbooks/pdfs/sg247851.pdf One option, if your users are familiar with and like z/OS SDSF, is to

Re: Submitting batch jobs from a web browser

2019-03-20 Thread Ronald Kristel
ple on how we are using it now. Ronald Kristel From: IBM Mainframe Discussion List on behalf of Wolfgang Fritz <016acdc52809-dmarc-requ...@listserv.ua.edu> Sent: Wednesday, March 20, 2019 6:34:13 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Submitting

Re: Submitting batch jobs from a web browser

2019-03-19 Thread Wolfgang Fritz
Yes you cann use ftp with filetype Jes. Am 20.03.2019 um 01:53 schrieb Roger Sawtell: We are seeking a way to submit jobs to Z/OSv2.2 from a web browser on our intra-net and to get the response(s) back to the browser. From the reading we have done, we believe that this should be possible

Re: Submitting batch jobs from a web browser

2019-03-19 Thread Roger Sawtell
Subject: Re: Submitting batch jobs from a web browser On Wed, 20 Mar 2019 00:53:57 +, Roger Sawtell wrote: >We are seeking a way to submit jobs to Z/OSv2.2 from a web browser on our >intra-net and to get the response(s) back to the browser. Might Javascript or simply HTML forms on the clien

Re: Submitting batch jobs from a web browser

2019-03-19 Thread ITschak Mugzach
Submit is not an issue. Just add a dd card for internal reader. Osmf indeed can read job output but you need to know your jobname and may be number. However, never tried that, but i think you can use rexx cgi to access the spool. ITschak בתאריך יום ד׳, 20 במרץ 2019, 3:04, מאת Roger Sawtell ‏<

Re: Submitting batch jobs from a web browser

2019-03-19 Thread Paul Gilmartin
On Wed, 20 Mar 2019 00:53:57 +, Roger Sawtell wrote: >We are seeking a way to submit jobs to Z/OSv2.2 from a web browser on our >intra-net and to get the response(s) back to the browser. Might Javascript or simply HTML forms on the client side plus either Co:Z or a CGI program on the z/OS

Submitting batch jobs from a web browser

2019-03-19 Thread Roger Sawtell
We are seeking a way to submit jobs to Z/OSv2.2 from a web browser on our intra-net and to get the response(s) back to the browser. >From the reading we have done, we believe that this should be possible using >Z/OSMF, but are struggling somewhat to find out exactly how. It has also been