This is probably not what you're looking for, but take a look at CATLIBS at my web site:
http://www.robinandmariette.com/Mvs/Rexx/RexxUtils.asp It allows users to customize their ispf sessions any way they like through the use of an individually customizable parmlib. It's very easy to use once you get the hang of it, plus it recovers from most logon errors such as misspelled, missing or enqueued datasets in your concatenations. It can be run from a ready prompt, but is best used as the initial clist of your tso logon proc. Robin Murray Tel: (902) 453-7300 x4177 Cell: (902) 430-0637 Dave Salt <[EMAIL PROTECTED]> Sent by: IBM Mainframe Discussion List <[email protected]> 07/08/2005 12:52 PM Please respond to IBM Mainframe Discussion List To: [email protected] cc: Subject: Re: Adding a EXEC dataset to system EXEC dayasets Max, One way would be to copy your logon CLIST and modify it to allocate whatever extra libraries you need. Then exit ISPF and enter the following at the TSO READY prompt: EX 'the.logon.clist.i.just.created(membname)' If you don't know where your logon CLIST is, you could enter DDLIST on any ISPF command line and then enter CLIST. This creates the 'outline' of a logon CLIST which you can then tailor to suit your requirements. Hope this helps, Dave Salt SimpList(tm) - The easiest, most powerful way to surf a mainframe! http://www.mackinney.com/products/SIM/simplist.htm >From: Max Scarpa <[EMAIL PROTECTED]> >Reply-To: IBM Mainframe Discussion List <[email protected]> >To: [email protected] >Subject: Adding a EXEC dataset to system EXEC dayasets >Date: Fri, 8 Jul 2005 17:27:59 +0200 > >Estimeed listers > >I know there's a way (I did it many years ago) to add a exec library to >system exec libraries when I start my TSO session, so I can run my REXXs >even if they aren't in system exec libraries, for test for > >instance. Unluckily I'm not able to find my notes and ALTLIB is of limited >use. I need a library that remains active for all duration of my TSO >session (our sysprogs don't concatenate any user exec library in > >TSO logon proc). > >Can anyone point me to any thread in IBM main or give any hint ? > >Thank you in advance > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

