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


Removing Access

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

The next two steps remove access to previously provided services. The steps must be performed with the user's address space as the home address space. These steps are essentially the opposite of the steps used to establish access. First, the service provider removes PT and SSAR authority to the user's address space.
RESETAT    ATSET AX=AXVALUE,PT=NO,SSAR=NO,RELATED=(SETAT)
The service provider then disconnects the entry table from the user's linkage table.
DISET1     ETDIS  TKLIST=TKL,RELATED=CONET

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014