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


Basic decision: data space or hiperspace

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

For storing data, MVS™ offers a program a choice of two kinds of virtual storage areas outside the program's address space: data spaces and hiperspaces. You must make these decisions:
  • Does my program need virtual storage outside the address space?
  • Which kind of virtual storage is appropriate for my program?

Data spaces and hiperspaces are similar in that both are areas of virtual storage that the program can ask the system to create. They differ in the way your program accesses data in the two areas. This difference, and others, are described in other sections. But before you can understand the differences, you need to understand what your program can do with these virtual storage areas.

Under certain conditions, virtual input/output (VIO) can be a better option than a data space or a hiperspace. Choosing VIO instead of a data space or a hiperspace compares data spaces, hiperspaces, and VIO, and presents some trade-offs.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014