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
//*
//ISPTLIB  DD DSN=&&ISPTMPT,DISP=(,PASS),
//            SPACE=(CYL,(1,1,50),RLSE),
//            DCB=(RECFM=FB,LRECL=80,DSORG=PO),
//            UNIT=SYSDA
//ISPPROF  DD DSN=&&PROFILE,DISP=(,PASS),
//            SPACE=(CYL,(1,1,50),RLSE),
//            DCB=(RECFM=FB,LRECL=80,BLKSIZE=6160,DSORG=PO),
//            UNIT=SYSDA
//ISPWRK1 DD DISP=NEW,UNIT=SYSALLDA,SPACE=(CYL,(5,10)),
//           DCB=(LRECL=256,RECFM=FB)
//ISPWRK2 DD DISP=NEW,UNIT=SYSALLDA,SPACE=(CYL,(5,10)),
//           DCB=(LRECL=256,RECFM=FB)
//ISPWRK3 DD DISP=NEW,UNIT=SYSALLDA,SPACE=(CYL,(5,10)),
//           DCB=(LRECL=256,RECFM=FB)
//ISPWRK4 DD DISP=NEW,UNIT=SYSALLDA,SPACE=(CYL,(5,10)),
//           DCB=(LRECL=256,RECFM=FB)
//ISPCTL1 DD DISP=NEW,UNIT=SYSALLDA,SPACE=(CYL,(5,10)),
//           DCB=(LRECL=80,RECFM=FB)
//ISPLOG   DD SYSOUT=*,
//            DCB=(LRECL=125,BLKSIZE=129,RECFM=VBA)

On Fri, May 1, 2015 at 4:02 PM, Leonardo Vaz <[email protected]> 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 the "LMM" services but seem pretty
> hard to do otherwise.
>
> Can anyone share their insight/ideas?
>
> Thanks,
> Leo
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to