On my non-z/OS web server I have a web page with a form using the methed="post" option. The action points to a CGI program that has to be smart enough to store the incoming data. You can set up your web server to use datasets but you might find using a file (z/OS UNIX Services) is easier on the web server.
On Fri, 18 Jul 2008 14:59:01 -0400, Mary Kay Tubello <[EMAIL PROTECTED]> wrote: >To all, > >I am looking into having a server application send data to the mainframe >via the z/OS HTTP web server PUT method. I want to store the data in a >dataset so that a batch job can process it. >I have used HTTP for a server app to retrieve mainframe files. This is >pretty easy. But, writing to the mainframe seems to be much more >complicated. > >Anyone out there who can advise? > >Thanks, >Mary Kay > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

