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


Requesting subspace storage

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

Use the STORAGE macro to request storage for your subspaces. You can also use the GETMAIN macro, but STORAGE is easier to use and has fewer restrictions and requirements than GETMAIN.

When the STORAGE macro successfully obtains storage, it returns the length and address of the storage. You supply the length and address of the obtained storage in a range list when you invoke the IARSUBSP macro to make the storage eligible to be assigned to a subspace. (Making storage eligible is described in detail in Making a range of storage eligible to be assigned to a subspace.)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014