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 the "LMM" services but seem pretty hard to do > otherwise. > > Can anyone share their insight/ideas? > If your CGI Rexx is running under the OMVS variant of Rexx, you might try "address TSO MyExec", where MyExec is an EXEC that:
o Starts ISPF with a command (Possibly another EXEC) which updates the statistics. You might want also to serialize the member update. I regularly do similar. (Think Rube Goldberg.) -- gil ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
