Note: CA SAF HFS security is a feature in CA ACF2 for z/OS and CA Top Secret for z/OS.
Note: Your user ID can have BPX.SUPERUSER access and it can switch to SUPERUSER. Then the switched SU ID requires a create and modify access to the MVS data set qualifiers specified in the options file.
Or
Or
Note: To display the resources, issue the RLIST command.
You can set IBM RACF to control programs. If the resources do not exist, issue the following command:
RDEFINE PROGRAM member ADDMEM('hlq.libraryname'//NOPADCHK) UACC(READ)
For example:
RDEFINE PROGRAM IEANTCR ADDMEM('SYS1.CSSLIB'//NOPADCHK) UACC(READ)
If the resources exist, issue the following command:
RALTER PROGRAM member ADDMEM('hlq.libraryname'//NOPADCHK) UACC(READ)
For example:
RALTER PROGRAM IEANTCR ADDMEM('SYS1.CSSLIB'//NOPADCHK) UACC(READ)
Note: To set all members of a data set as a controlled program, replace the member name with an asterisk (*). For example:
RDEFINE PROGRAM * ADDMEM('SYS1.CSSLIB'//NOPADCHK) UACC(READ)
Important! If you are planning to use zFS, add IOE.SIOELMOD (or equivalent library) to program control.
|
Copyright © 2014 CA.
All rights reserved.
|
|