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 <[email protected]> en nombre de Willy
Jensen <[email protected]>
Enviado: martes, 17 de mayo de 2022 06:46
Para: [email protected] <[email protected]>
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 [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