Thank you Hank. I was able to use those examples and your suggestion to get something working that uses LISTDSI. I will post my results later after a bit more experimentation.
It appears that LISTDSI is not *immediately* available in a Rexx script started directly from the shell, but *IS* available when you run another Rexx routine with "address TSO" from a Rexx script started directly from the shell. I'll post more later about exactly what works and what does not. Peter -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Hank Oerlemans Sent: Friday, August 26, 2022 1:21 AM To: [email protected] Subject: Re: How to use LISTDSI from Rexx under Unix shell? See https://urldefense.com/v3/__https://www.ibm.com/docs/en/zos/2.4.0?topic=environment-examples__;!!Ebr-cpPeAnfNniQ8HSAI-g_K5b7VKg!NSbZd0CNeUaU5BZESy4PzCYcXfYNfc_-HKIWdGYsJ1Msk5gyoo6kuUDqq1LLiI5hNhxUcBIlkTXgbGAIT_xeMlIM0ZT36o6fwu7OPmoq$ Use your OMVS Rexx to Address TSO 'exec (mydsi)' your working code and outtrap to work with the results. -- This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by e-mail and delete the message and any attachments from your system. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
