As the Administrator, you need two users added to your RACF external security package with the following access privileges:
Use one of the following methods to implement the desired access permissions to address AOF.
TSO OX 'opshql.OPS.REXX(DEFSAF)’ OPSAOF ACT(PERMIT) SAFRO(user1) TSO OX 'opshql.OPS.REXX(DEFSAF)’ OPSAOF ACT(PERMIT) SAFRW(user2)
TSO OX 'opshlq.CCLXEXEC(DEFSAF)' OPSAOF ACT(PERMIT) SAFRO(user1) GROUPS(N) TSO OX 'opshlq.CCLXEXEC(DEFSAF)' OPSAOF ACT(PERMIT) SAFRO(user2) GROUPS(N)
Note: Be sure that you ran DEFSAF earlier in batch mode (BATCH=Y) to create the basic RACF groups.
CONNECT (user1) GROUP(OPSAOF) OWNER(OPSS) CONNECT (user1) GROUP(OPSAOFR) OWNER(OPSS)
Note: Be sure that you ran DEFSAF earlier in batch mode (BATCH=Y) to create the basic RACF groups.
PERMIT ‘OP$MVS.OPSAOF’ CLASS(FACILITY) ACCESS(READ) ID(user1) PERMIT ‘OP$MVS.OPSAOF’ CLASS(FACILITY) ACCESS(UPDATE) ID(user2)
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |