Samat wrote: >We have a specific ISPF library defined in the LOGON Proc and it got >filled(all cylinders extents are utilized) and while i try to re-size it, it >sounds that Dataset is in use, many users are utilizing it.
What is the DD statement? Is it allocated in the Proc or the Clists? Define 'full' - all allocated extends full or just the directory? Or does it just needs some loving care using 'compress'? >Can you please help me on fixing this issue. Others have suggested many great solutions. But id depends how the dataset is allocated/used/updated/etc. If that library is used OUTSIDE your Sysplex, it will be broken sooner or later... ouch. Cannaerts, Jan wrote: >If you insist on keeping the old name add the following steps; - Wait for all users logged on with the old logon procedure to log off. - Re-create the old library as a larger one. - Copy the contents of the intermediate library over to the re-created library with the old name. - Change your logon procedure again to use the old name. - Wait for users that are using the intermediate logon procedure to log off. - Delete the intermediate library. Good advice, thanks Jan! I would rather use ANOTHER procedure without that library (or just comment it out and logoff/logon) and then do above steps. >If the contents of the library are constantly being updated, you cannot >garuantee consistency with this method. Indeed. Thats too bad, too sad. This is why we have emergency TSO procs [1] with minimal DD statements for just this problem and other logon failures. Groete / Greetings Elardus Engelbrecht [1] - I have at least 3 of them. Just the bare minimum to get me in ISPF menu, another one with SDSF, RACF and ISMF and last one which just give me READY. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
