> -----Ursprungligt meddelande-----
> Från: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] För
> Elardus Engelbrecht
> Skickat: den 25 januari 2012 13:17
> Till: IBM-MAIN@bama.ua.edu
> Ämne: Re: STEPLIB problems - was: PDSE
> 
> Thomas Berg wrote:
> 
> >There are cases when putting steplib(s) in linklist simply do not work!
> 
> Please elaborate on those cases. Is it about mixing of APF and non-APF
> libraries? Or is it something else?

Se below.

> 
> >And where the alternative of putting it in the logon procedures is
> working nearly as bad.
> 
> Having a ***tested*** logon proc with the minimum libraries (Base TO/ISPF,
> SDSF and RACF) never ever hurts. ;-D

In fact, we usually do *not* have //STEPLIB in our logon procs. 
(Partly of performance reasons.)
 
> >I have several times seen those cases luckily (= allowed by management)
> been solved by dynamic steplib functions from outside IBM.
> 
> Please tell me more about this dynamic steplib functions?

There are several.  One can be found in CBTTAPE, others is the late Gilbert 
Saint-Flour's and more. 
E g CBTTAPEs dynamic steplib is used by issuing commands like these in TSO 
(/rexx/clist):

1: "STEPLIB ALLOCATE DATASETS(dsname list) SHR REUSE" 
   (allocates a new steplib & closes/frees the old)       
   
2: Run the (ISPF) application
                                                     
3: "STEPLIB FREE"                                      
   (closes/frees the old steplib)                         
 
> >This happens when You must use conflicting software or software versions.
> One such case was when we were upgrading DB2 and during that period was
> the different test/development DB2 systems on different release levels.
> 
> Groan... This is why I always insist to 'them' to have two set of procs
> and logon procs. One with 'old' things and another one with 'new' things.
> But no, no-one listens to me and rather howls like a poor rejected doggy
> when the jobs fail... ;-D

Unfortunately this doesn't help when the users need to use both the "old" and 
the "new" things at the same time... 


 
Regards, 
Thomas Berg 
_________________________________________ 
Thomas Berg   Specialist   A M   SWEDBANK 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: INFO IBM-MAIN

Reply via email to