On Thu, 8 Mar 2007 12:06:30 -0600, Mark House <[EMAIL PROTECTED]> wrote:
>Summary: We need to delete a file that has enqueue's on the DSN in >multiple LPAR's on the same Z/900. Any help would be appreciated. > >In performing SMP/E processing we ran into a D37-04 on the CBC.SCCNCMP >that resides on a SYSRES pack. The same DSN is used on four other LPAR'S >on a z/900 running various levels of Z/OS. The CBC.SCCNCMP on the other >LPAR'S are files unitque to that release of the Operating System. When we >attempt to delete and define the file that needs more space, we get a >"DATASET in use by 10 users" message. The other "users" are LLA and >XCFAS. We assume this is because the dataset is named the same on the >other LPAR'S. > > How can I build a new PDSE named "CBC.SCCNCMP" on a single LPAR >without having to IPL? > To be clear..... you are trying to delete a maintenance version of the data set, correct? It that is the case, since OS/390 2.10 you can just rename it via ISPF 3.4 even though it is in use. You will be presented with an "are you sure" panel. Then you can delete the renamed dsn. You need to have at least read authority to the RACF facility class named STGADMIN.DPDSRN.olddsname, where olddsname is up to 23 characters of the existing data set name. The doc is hard to find on this - it is in the DFSMSdfp Advanced Services manual in the chapter on Managing the Volume Table Of Contents (it is not documented in the ISPF manuals at all). Specifically, the information can be found in chapter 2.6 - Renaming a Data Set in the VTOC under the General Considerations and Restrictions section. If you are trying to apply maintenance to a live sysres (yuck) and need to delete that version... entirely different story. You need to copy to a new dsn, point SMP/E at that dsn, and do dynamic LNKLST update to point to the newdsn without touching the original one (don't delete it). Plenty of info in the archives with various scenarios. 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

