On Thu, 17 May 2007 13:35:22 -0400, Pinnacle <[EMAIL PROTECTED]> wrote:

>----- Original Message -----
>From: "Lizette Koehler" <[EMAIL PROTECTED]>
>Newsgroups: bit.listserv.ibm-main
>Sent: Thursday, May 17, 2007 1:14 PM
>Subject: Is there a way to Remove BOOK from PF6 in SDSF?
>
>
>>I am trying to find a way that is simple and will go from one upgrade to
>>another with little effort.
>>
>> As PF6 is defaulted to BOOK in SDSF, we are a shop that does not have
>> Bookmgr.  So I will like to globally replace it with having to create a
>> process to be used for each operating system upgrade.
>>
>> Has anyone done this, if so, what did you do?
>>
>> Thanks much.
>>
>Lizette,
>
>Hack ISFPROF by removing BOOK in SDSF, then take that member and usermod it
>into ISF.SISFTENU or whatever the SDSF table library is.
>
>Regards,

That will only help people who have never used SDSF and don't
have ISFPROF already in their own profile, right?  

Try creating a CLIST called BOOKMGR with this in it:

/* REXX */                                                               
Address ispexec                                                          
"VGET ZAPPLID"                                                           
/* Say 'current applid =' ZAPPLID */                                     
If ZAPPLID = 'ISFB' | ZAPPLID = 'ISF' then do                            
  If zapplid <> 'ISF' then "SELECT CMD(%BOOKMGR) NEWAPPL(ISF)"           
  Else                                                                   
  Say 'PF6 and PF18 have been changed to "FIND ''- COND''"'              
  ZPF06="FIND '- COND'"                                                  
  ZPF18="FIND '- COND'"                                                  
  "VPUT ZPF06 PROFILE"                                                   
  "VPUT ZPF18 PROFILE"                                                   
End                                                                      

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group:  G-ITO
mailto:[EMAIL PROTECTED]
z/OS and OS390 expert at http://searchDataCenter.com/ateExperts/
Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

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

Reply via email to