Hi Willy,

yes! that was the trick,
I tried with ADDRESS SDSF but wasn't aware of ISFSLASH. I used '/D SMS, 
STORGRP(ALL)' and got the error,
Thanks to you and Kolusu,
Horacio
________________________________
De: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> en nombre de Willy 
Jensen <willy.h.jen...@outlook.com>
Enviado: martes, 17 de mayo de 2022 06:46
Para: IBM-MAIN@LISTSERV.UA.EDU <IBM-MAIN@LISTSERV.UA.EDU>
Asunto: [EXTERNAL] Re: Do you have an example of .......

Try this REXX using the SDSF API:

 zz=isfcalls('ON')
 Address SDSF ISFSLASH "'D SMS,STORGRP(ALL)' (WAIT)"
 cc=rc
 zz=isfcalls('OFF')
 if rc<>0 then say 'Console failed rc' cc
 else do n=1 to isfulog.0
  say '->'isfulog.n
 end

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to