z/OS Security Server RACF Security Administrator's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 1: The SYS1.HELP data set

z/OS Security Server RACF Security Administrator's Guide
SA23-2289-00

To allow all users to have READ access to SYS1.HELP, enter:
SETROPTS GLOBAL(DATASET)
RDEFINE  GLOBAL DATASET
RALTER   GLOBAL DATASET ADDMEM('SYS1.HELP'/READ)
ADDSD    'SYS1.HELP' UACC(READ)
SETROPTS GLOBAL(DATASET) REFRESH

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014