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


Example of deleting an address space entry from an access list

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

The following example deletes the entry that was added in the example in Example of adding an access list entry for an address space.
*        .
         ALESERV DELETE,ALET=ASALET,CHKEAX=NO
         .
ASALET   DS    F                       ALET FOR MVS ADDRESS SPACE

When ALESERV ADD added the entry to the access list, the system did not check the EAX-authority of the program; in this example, the system does not check the EAX-authority either.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014