Re: ISPF services on HTTP server cgi rexx.

2015-05-04 Thread Leonardo Vaz
Of Farley, Peter x23353 Sent: Friday, May 01, 2015 5:59 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF services on HTTP server cgi rexx. If you are allowed to use CBT programs (load modules) from the CGI script, you may be able to use the PDS86 program to accomplish those tasks. File CBT182

Re: ISPF services on HTTP server cgi rexx.

2015-05-04 Thread Itschak Mugzach
] On Behalf Of Farley, Peter x23353 Sent: Friday, May 01, 2015 5:59 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF services on HTTP server cgi rexx. If you are allowed to use CBT programs (load modules) from the CGI script, you may be able to use the PDS86 program to accomplish those tasks

Re: ISPF services on HTTP server cgi rexx.

2015-05-04 Thread Paul Gilmartin
On 2015-05-04, at 09:20, Itschak Mugzach wrote: Great news. Anyway, of you read the PDS as a sequential file (until ZZ as endoffile mark), you can get this data as well. (ITYM x'FF'.) But can you update and even add user information as OP required? -- gil

Re: ISPF services on HTTP server cgi rexx.

2015-05-03 Thread Hank Oerlemans
If you're really keen on a browser command, research the ISPF gateway IVP which calls ISPF services. See the ISPF publications. Hank -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: ISPF services on HTTP server cgi rexx.

2015-05-02 Thread Steve Horein
Does your web server have access to ISPF (ISP.SISP*/SYS1.SISP*) datasets? Something *similar* should provide the desired services: //ISPLLIB DD DISP=SHR,DSN=ISP.SISPLOAD //ISPMLIB DD DISP=SHR,DSN=ISP.SISPMENU //ISPPLIB DD DISP=SHR,DSN=ISP.SISPPENU //ISPSLIB DD DISP=SHR,DSN=ISP.SISPSENU //*

Re: ISPF services on HTTP server cgi rexx.

2015-05-02 Thread Leonardo Vaz
[mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Paul Gilmartin Sent: Saturday, May 02, 2015 11:09 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF services on HTTP server cgi rexx. On Sat, 2 May 2015 09:50:43 -0500, Steve Horein wrote: Does your web server have access to ISPF (ISP.SISP*/SYS1.SISP

Re: ISPF services on HTTP server cgi rexx.

2015-05-02 Thread Paul Gilmartin
On Sat, 2 May 2015 09:50:43 -0500, Steve Horein wrote: Does your web server have access to ISPF (ISP.SISP*/SYS1.SISP*) datasets? Something *similar* should provide the desired services: (Buncha JCL DD statements with no EXEC statement?) Is the Rexx CGI started by JCL? Would it even run in the

Re: ISPF services on HTTP server cgi rexx.

2015-05-01 Thread Paul Gilmartin
go to bottom of webpage to join Lizette -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Leonardo Vaz Sent: Friday, May 01, 2015 2:03 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: ISPF services on HTTP server cgi rexx. Hello

ISPF services on HTTP server cgi rexx.

2015-05-01 Thread Leonardo Vaz
Hello list! I'm having trouble doing ADDRESS ISPEXEC on my cgi rexx executing on our web server since ISPF services are not available (RC=-3). What I am interested in doing is reading/resetting a PDS member statistics, which are easily done with the LMM services but seem pretty hard to do

Re: ISPF services on HTTP server cgi rexx.

2015-05-01 Thread Lizette Koehler
Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Leonardo Vaz Sent: Friday, May 01, 2015 2:03 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: ISPF services on HTTP server cgi rexx. Hello list! I'm having trouble doing ADDRESS ISPEXEC on my cgi rexx

Re: ISPF services on HTTP server cgi rexx.

2015-05-01 Thread Paul Gilmartin
On 2015-05-01 15:02, Leonardo Vaz wrote: Hello list! I'm having trouble doing ADDRESS ISPEXEC on my cgi rexx executing on our web server since ISPF services are not available (RC=-3). What I am interested in doing is reading/resetting a PDS member statistics, which are easily done with

Re: ISPF services on HTTP server cgi rexx.

2015-05-01 Thread Farley, Peter x23353
Sent: Friday, May 01, 2015 5:03 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: ISPF services on HTTP server cgi rexx. Hello list! I'm having trouble doing ADDRESS ISPEXEC on my cgi rexx executing on our web server since ISPF services are not available (RC=-3). What I am interested in doing is reading

Re: ISPF services on HTTP server cgi rexx.

2015-05-01 Thread Tony's Outlook via Mozilla
, 2015 2:03 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: ISPF services on HTTP server cgi rexx. Hello list! I'm having trouble doing ADDRESS ISPEXEC on my cgi rexx executing on our web server since ISPF services are not available (RC=-3). What I am interested in doing is reading/resetting a PDS member