"Jochen Roehrig" <[email protected]> wrote in message news:<listserv%[email protected]>... > Thanks everybody for the comments. > > Mark is right: pls do not use this issue to discuss the pros and cons of > LLA/VLF versus PMO/Quickfetch. I just need some advise how best to use VLF's > Class IKJEXEC with no LLA up and running... > > Yes, we also use other classes with VLF, e.g. IGGCAS. I need some further > investigation if this class is still performing with LLA stopped. > > It would be helpful to have some kind of monitor for VLF. I have no idea how > best to check if any members of IKJEXEC are cached by VLF (see my additional > issue dealing with 'How to analyze/monitor VLF'). When I try to test class > IKJEXEC I run some REXX that is a member of //SYSPROC concatenation and part of > CLASS NAME(IKJEXEC) > EDSN(.....) > definitions. > When I run my test with LLA up then I need to LLA REFRESH and VFLNOTE to get > the current version executed (I also wonder about that VLF does not update > its cache AUTOMATICALLY when updating the REXX code with ISPF/EDIT within > the same system). > When I run my test with LLA down I always get the current version of the > REXX executed, but do not know if its coding comes from disk or VLF's > cache...that's why I also ask for a monitor to see the PDSs and members that > actually might by cached by VLF. > > Regards, > Jochen >
Jochen, You must see LLA and VLF as two separate functions. LLA uses VLF as a cache, there is no further interaction between the two. Period. Your test results are determined by the fact that you must have your SYSPROC library in LLA with the FREEZE option. If you update the member LLA will keep op persenting the old member until you UPDATE or REFRESH LLA. If you stop LLA, there are not frozen directories anymore, so then you will get the new member automatically. Kees. ********************************************************************** For information, services and offers, please visit our web site: http://www.klm.com. This e-mail and any attachment may contain confidential and privileged material intended for the addressee only. If you are not the addressee, you are notified that no part of the e-mail or any attachment may be disclosed, copied or distributed, and that any other action related to this e-mail or attachment is strictly prohibited, and may be unlawful. If you have received this e-mail by error, please notify the sender immediately by return e-mail, and delete this message. Koninklijke Luchtvaart Maatschappij NV (KLM), its subsidiaries and/or its employees shall not be liable for the incorrect or incomplete transmission of this e-mail or any attachments, nor responsible for any delay in receipt. Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal Dutch Airlines) is registered in Amstelveen, The Netherlands, with registered number 33014286 ********************************************************************** ---------------------------------------------------------------------- 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

