ALTLIB can be used within an application to change the search list for Rexx/CLIST but only for the duration of that application. In order to change the library concatenation for the life of a session, a (re)concatenation of (SYSPROC/SYSEXEC) must be performed at TSO Ready before entering PDF. That new concatenation remains effective until logoff or until another reconcatenation occurs at TSO Ready.
. . J.O.Skip Robinson Southern California Edison Company Electric Dragon Team Paddler SHARE MVS Program Co-Manager 323-715-0595 Mobile 626-302-7535 Office [email protected] -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Itschak Mugzach Sent: Wednesday, November 30, 2016 11:04 AM To: [email protected] Subject: (External):Re: concat you can use ALTLIB tso command. It changes the rexx / clist search order by placing a user library(ies) in front of sSYSPROC / SYSEXEC. ITschak ITschak Mugzach Z/OS, ISV Products and Application Security & Risk Assessments Professional On Wed, Nov 30, 2016 at 6:32 PM, Sri h Kolusu <[email protected]> wrote: > Mark, > > Issue the command TSO ISRDDN;SAVE and it will give you the current > allocation list which can be edited, you can add your desired > libraries to that clist. It is saved as Userid.ISRDDN.CLIST > > Thanks, > Kolusu > > IBM Mainframe Discussion List <[email protected]> wrote on > 11/30/2016 09:19:50 AM: > > > From: "Steely.Mark" <[email protected]> > > To: [email protected] > > Date: 11/30/2016 09:20 AM > > Subject: concat > > Sent by: IBM Mainframe Discussion List <[email protected]> > > > > Would anyone be able to provide a way to concatenate a library to > > the SYSPROC allocation. > > > > I have tried the concat program from the CBT tape file 134 that > > abend with a S0c4. > > I have tried a rexx exec called ALLOCREX. This sort of works ( it > > adds my ds to SYSPROC) but does not keep the same setup of SYSPROC > > before the addition. > > I have tried clist SPROC from IBM but for some reason it is not working. > > > > > > > > > Does anyone have something they can share for z/os V2.2. > > > > Thanks ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
