Page 1 of 1

What is Default ISPF CLIST/REXX library?

Posted: Mon Apr 28, 2014 1:42 pm
by durga
Hi,

Could anyone please tell me, which is the PDS where I can find the ISPF panel programs at a new comapny?
Thanks,

Re: What is Default ISPF CLIST/REXX library?

Posted: Mon Apr 28, 2014 5:41 pm
by Robert Sample
Actually, we can give guidance but that's about it -- the actual library names can be customized by each site, so any names provided may -- or may not -- even exist at your new company. The BEST way to find what you are looking for is to use, from any ISPF panel, the command TSO LISTA ST H to list the allocated data sets. What you are wanting to know will be in this list.

Re: What is Default ISPF CLIST/REXX library?

Posted: Mon Apr 28, 2014 7:08 pm
by Anuj Dhawan
If you still use clists, they are usually stored in the libraries allocated to the SYSPROC DD. REXX Execs are usually stored in the libraries allocated to either the SYSPROC DD or to the SYSEXEC DD and ISPF Panels are usually stored in the libraries allocated to the ISPPLIB DD. In addition to what Robert has said, to view the libraries under ISPPLIB,SYSPROC, SYSEXEC issue (TSO) ISRDDN. It should show you all the libraries.

Re: What is Default ISPF CLIST/REXX library?

Posted: Wed Apr 30, 2014 3:52 pm
by durga
Thanks Robert and Anuj, both the commands have helped.

Re: What is Default ISPF CLIST/REXX library?

Posted: Wed Apr 30, 2014 4:50 pm
by Anuj Dhawan
Thanks for the feedback and good luck! :)