On Fri, 11 Feb 2011 09:08:46 -0700 Steve Comstock <[email protected]> wrote:
:>On 2/11/2011 8:59 AM, Jeff Holst wrote: :>> I ran into an issue recently when testing the Fault Analyzer GUI. One of its :>> functions causes the Fault Analyzer GUI server to try to read a member if the :>> user's ISPF profile data set. This was failing because we have this data set :>> allocated as DISP=OLD in the TSO user's address space. Needless to say the :>> function does not work so well when the TSO user is logged on. :>> I did some research and found that the ISPF documentation has plenty of :>> examples showing how to set up a TSO logon proc or CLIST to allocate the :>> required ISPF data sets. Some show ISPPROF with DISP=SHR, but more show :>> it with DISP=OLD. I have yet to find a firm recommentation as to which way :>> this should be allocated. :>> I doubt that update integrety would be an issue in our environment, as the :>> userid is the HLQ for the data set, and we do not permit users to be logged on :>> more than once within the same sysplex. :>> Is allocating this data set DISP=OLD a throwback to some earlier epic, and the :>> doc (and our shop) has simply not caught up, or is there a good reason why :>> we should keep this as it is? :>But if the Fault Analyzer server is trying to read, it should :>be using DISP=SHR, so even if you have DISP=OLD on the same :>data set, there should be no conflict. DISP=SHR conflicts with DISP=OLD. If the user has DISP=OLD, DISP=SHR will fail. :> I can read a member in :>a PDS from ISPF edit and a colleague can view the same member :>from their TSO session. Maybe the Fault Analyzer needs to be :>set up with DISP=SHR for the data set in question. Will not help if the user has DISP=OLD. -- Binyamin Dissen <[email protected]> http://www.dissensoftware.com Director, Dissen Software, Bar & Grill - Israel Should you use the mailblocks package and expect a response from me, you should preauthorize the dissensoftware.com domain. I very rarely bother responding to challenge/response systems, especially those from irresponsible companies. ---------------------------------------------------------------------- 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

