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


Example of changing the access of a shared memory object – CHANGEACCESS

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

The following example changes the type of access to virtual storage to HIDDEN for the primary address space:
IARV64 REQUEST=CHANGEACCESS,
       VIEW=HIDDEN,
       RANGLIST=RLISTPTR,
       NUMRANGE=1,
       ALETVALUE=0
RLISTPTR    DS   AD       Pointer to the IARV64 Parmlis

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014