This should work for you

/* rexx */                   
x = isfcalls('on')           
Address SDSF "ISFEXEC proc"  
do i = 1 to dsname.0         
   say dsname.i              
   end                       
x = isfcalls('off')          

You can also see my LSTPROC at https://github.com/lbdyck/lstproc which is an 
ISPF dialog that uses ISRDDN to display the proclibs.


Lionel B. Dyck <>< 
Github: https://github.com/lbdyck
System Z Enthusiasts Discord: https://discord.gg/sze

“Worry more about your character than your reputation. Character is what you 
are, reputation merely what others think you are.”   - - - John Wooden

-----Original Message-----
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of 
Radoslaw Skorupka
Sent: Wednesday, June 5, 2024 3:37 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: CVT and PROCLIB

Is there any way to obtain a list of PROCLIB concatenation programatically?
(I mean REXX)

--
Radoslaw Skorupka
Lodz, Poland

----------------------------------------------------------------------
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