FILEM.AUDIT1.ssid.fc.db.

You define this profile in the XFACILIT class. You do this by entering this RACF® command:
RDEFINE XFACILIT FILEM.AUDIT1.ssid.fc.db UACC(READ or NONE)
UACC(READ)
Specify this if you want audit trails created for the users and groups, unless they are specifically denied access to this profile.
UACC(NONE)
Specify this if you do not want audit trails created for the users and groups, unless they are specifically granted access to this profile.

In the following, assume that the RDEFINE for the profile specifies UACC(NONE), so audit trails are not created for the users and groups, unless they are specifically granted access.

To specify that audit trails are to be created for a user (with user ID userid) or a group (with groupid groupid), you enter one of these RACF® commands:
PERMIT FILEM.AUDIT1.ssid.fc.db CLASS(XFACILIT) ID(userid) ACCESS(READ)
PERMIT FILEM.AUDIT1.ssid.fc.db CLASS(XFACILIT) ID(groupid) ACCESS(READ)