Granting write-down privileges

To grant the write-down privilege, you need to define a profile and then allow users to access the profile.

Procedure

To grant write-down privilege to users:

  1. Issue the following RACF® command to define an IRR.WRITEDOWN.BYUSER profile.
    RDEFINE FACILITY IRR.WRITEDOWN.BYUSER UACC(NONE)
  2. Issue the following RACF command to allow users to access the IRR.WRITEDOWN.BYUSER profile that you just created.
    PERMIT IRR.WRITEDOWN.BYUSER ID(USRT051 USRT052 USRT054 USRT056 -  
       USRT058 USRT060 USRT062 USRT064 USRT066 USRT068 USRT041) - 
       ACCESS(UPDATE) CLASS(FACILITY)