Although I am not familiar with the internal design of DFSORT and other major sort products, it is certainly possible to design a sort which uses the page data sets by explicitely paging blocks of data out and back in without using demand paging. We designed our own sort which has just that capability and it runs considerably faster than running with SORTWK data sets.
This design does have drawbacks, such as the dedication of space for page data sets, which lasts for much longer than SORTWK data sets. However, with th price of DASD so low, it scarcely makes any difference any more. Tom Harper IMS Utilities Development Team Neon Enterprise Software Sugar Land, TX -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Ron Hawkins Sent: Wednesday, March 23, 2011 1:16 AM To: [email protected] Subject: Re: Region size ROTFLMAO! They thing demand paging will be faster than CFW to SORTWK? Oh the pain... > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of > Mike Schwab > Sent: Tuesday, March 22, 2011 1:41 PM > To: [email protected] > Subject: Re: [IBM-MAIN] Region size > > I have some users who requested 150GB of Paging packs so they could do > an in core reorg of multiple M9 volume DB2 databases, because that was > the fastest way. I told them that was too much and they needed to > specify sort work statements. They resisted and the request is > pending. > ---------------------------------------------------------------------- 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

