On Hiperbatch: I would be surprised if ANYONE was still using it. Related (sort of) to zHPF is the fact it didn't support Extended Format VSAM or QSAM. And the size limits look puny in today's world.
Possibly not for public consumption: I've no idea if anyone would scream if Hiperbatch support was formally removed, nor how much maintenance / path length / bug-befuddlement that would save.) (I remember Bob Rogers in late 1990 demo'ing a PC program that explained how Non-Retain Hiperbatch rolled up the carpet after the last reader.) Cheers, Martin Martin Packer, zChampion, Principal Systems Investigator, Worldwide Cloud & Systems Performance, IBM +44-7802-245-584 email: [email protected] Twitter / Facebook IDs: MartinPacker Blog: https://www.ibm.com/developerworks/mydeveloperworks/blogs/MartinPacker From: Jim Mulder <[email protected]> To: [email protected] Date: 24/11/2015 20:46 Subject: Re: z/OS and hiperspaces Sent by: IBM Mainframe Discussion List <[email protected]> > One question I would liked answered by the experts is why now with > 64-bit storage one would choose to use a hiperspace (or dataspace) over > just using storage above the bar? TYPE=CACHE hiperspaces continue to provide a function that z/OS has not provided with 64-bit memory objects. With TYPE=CACHE, the data you write to the hiperspace remains in real storage (prior to zArchitecture, it was in expanded storage) unless the system needs to steal that storage. When the storage does need to be stolen, the system takes it without paging the data out to aux . The data is lost, and presumably the user has another copy of it somewhere. HiperBatch is one thing that uses TYPE=CACHE hiperspaces. Although I don't know how much HiperBatch is used these days. For QSAM, if zHPF is being used, HiperBatch will not be used (which was done to avoid the development cost of implementing HiperBatch for QSAM zHPF). So you can have the I/O performance improvement from zHPF for QSAM, or the I/O reduction from HiperBatch caching for QSAM, but not both. im Mulder z/OS System Test IBM Corp. Poughkeepsie, NY ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
