On Tue, 11 Apr 2017 12:36:10 -0400, Tom Conley <[email protected]> wrote:
>I had the total number of pages allocated and available in the current >paging subsystem, so I calculated the available pages with 22 more >mod-9's and then divided the allocated pages into the new total pages >available. I plan to do PAGEADDs for the new page datasets, and then >PAGEDEL and PAGEADD the existing datasets to redistribute the pages. > >Regards, >Tom Conley > Better to use PAGEDEL REPLACE for the ones that will be replaced. Then maybe wait for an IPL if you can to eliminate the others after changing IEASYSxx. See the warning in the MVS commands manual. Yes, I ran into that problem many years ago when going from mod-3 to mod-9 local page data sets. Regards, Mark -- Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS ITIL v3 Foundation Certified mailto:[email protected] Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html Systems Programming expert at http://search390.techtarget.com/ateExperts/ ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
