FILEM.AUDIT1.ssid.TODSN

You define this profile in the FACILITY class. You do this by entering this RACF® command:
RDEFINE FACILITY FILEM.AUDIT1.ssid.TODSN UACC(UPDATE or READ or NONE)
UACC(UPDATE)
Specify this if you want audit log records from users and groups to be written to their audit log data sets and, if it is an Edit or Browse, you want the audit log data sets printed at the end of the Edit/Browse session, unless they are specifically given some other access to this profile.
UACC(READ)
Specify this if you want audit log records from users and groups to be written to their audit log data sets, unless they are specifically given some other access to this profile.
UACC(NONE)
Specify this if you do not want audit log records from users and groups to be written to their audit log data set, unless they are specifically granted access to this profile.

In the following, assume that the RDEFINE for the profile specifies UACC(READ), so audit log records from users and groups are written to their audit log data set unless they are specifically denied access.

To specify that the audit log records from a user (with user ID userid) or a group (with groupid groupid) are not to be written to their audit log data set, you enter one of these RACF® commands:
PERMIT FILEM.AUDIT1.ssid.TODSN CLASS(FACILITY) ID(userid) ACCESS(NONE)
PERMIT FILEM.AUDIT1.ssid.TODSN CLASS(FACILITY) ID(groupid) ACCESS(NONE)
To specify that Browse and Edit audit log data sets from a user (with user ID userid) or a group (with groupid groupid) are to be printed at the end of the Edit/Browse session, you enter one of these RACF® commands:
PERMIT FILEM.AUDIT1.ssid.TODSN CLASS(FACILITY) ID(userid) ACCESS(UPDATE)
PERMIT FILEM.AUDIT1.ssid.TODSN CLASS(FACILITY) ID(groupid) ACCESS(UPDATE)