> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[EMAIL PROTECTED] On Behalf Of Mark Pace > Sent: Monday, April 14, 2008 2:35 PM > To: [email protected] > Subject: SPFLOG > > > I hate to ask this question, but I have searched and searched > and can not > find where the SPFLOG list dataset name is defined. I have 2 systems > sharing data, and I want to rename the *userid*.SPFLOG1.LIST > dataset to > something system specific so that I can log on the each > system with the same > userid at the same time. > > -- > Mark Pace
You need to install ISPEXIT number 16. I already have such a thing which creates DSNs of "userid.SYS&SYSNAME. ...". However, this may not be all that you need. You also need to use a different ISPF profile dataset on each system. That's because ISPF does an SPFEDIT global ENQ on the ISPF profile dataset. Well really on a number of members in the profile dataset. But it ends up doing the same thing: On the second system you cannot get into ISPF due to the ENQ. I am, of course, assuming that you are in a GRSPlex or MIMPlex and passing SPFEDIT around the 'plex. Ref: http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/isppla03/3.16 My exit is only 89 lines long. If you want, I can email it to you. Note to others: if you want the exit as well, please, please, please email me directly at mailto:[EMAIL PROTECTED] and don't reply to this email on the list. I really get P.O.'ed at people who do that! -- John McKown Senior Systems Programmer HealthMarkets Keeping the Promise of Affordable Coverage Administrative Services Group Information Technology The information contained in this e-mail message may be privileged and/or confidential. It is for intended addressee(s) only. If you are not the intended recipient, you are hereby notified that any disclosure, reproduction, distribution or other use of this communication is strictly prohibited and could, in certain circumstances, be a criminal offense. If you have received this e-mail in error, please notify the sender by reply and delete this message without copying or disclosing it. ---------------------------------------------------------------------- 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

