On Thu, 17 Dec 2009 04:11:30 -0600, Anthony Fletcher <[email protected]> wrote:
>Is there any way of finding out whether LLA was started in FREEZE mode? If >the intent is to use FREEZE mode, specifications can be put in a PARMLIB >member , eg as CSVLLATT, then if the command START LLA,LLA=TT is issued >(ie without the SUB=MSTR), the system automatically reissues the command >as START LLA,SUB=MSTR, but doesn't add the LLA=TT. That means that LLA >starts but it will not be using the CSVLLATT member, and will not be using >FREEZE. Is there a way to display the actual LLA status? > If you started it without the suffix (or didn't change the proc) then the default is to not use any member. This is the equivalent of specifying: LIBRARIES(-LNKLST-) And since the LNKLST is automatically frozen, it's really the same as: LIBRARIES(-LNKLST-) FREEZE(-LNKLST-) As far as displaying the status of libraries, there is a "D LLA" command. Regards, Mark -- Mark Zelden Sr. Software and Systems Architect - z/OS Team Lead Zurich North America / Farmers Insurance Group - ZFUS G-ITO mailto:[email protected] z/OS 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

