z/OS MVS Programming: Extended Addressability Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Which one should your program use?

z/OS MVS Programming: Extended Addressability Guide
SA23-1394-00

If your program needs to manipulate or access data often by the byte, data spaces might be the answer. Use a data space if you frequently address data at a byte level, such as you would in a workfile.

If your program can easily handle the data in 4K byte blocks, a hiperspace might give you the best performance. Use a hiperspace if you need a place to store data, but not to manipulate data. A hiperspace has other advantages:
  • The program can stay in primary mode and ignore the ARs.
  • The program can benefit from the high-speed access.
  • The system can use the unused central storage for other needs.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014