Restricting change of history file settings
By default, all users with UPDATE access to a history file can change the history file prefix or the minimum or maximum number of fault entries.
- The action-bar option Fault Analyzer ISPF interface. For details, see Change fault history file settings. in the
- The SetFaultPrefix, SetMaxFaultEntries, and SetMinFaultEntries batch utility functions. For details, see IDIUTIL control statements.
To restrict the change of settings for a given history file using either of the above methods, the security administrator can define an IDI_ADMIN XFACILIT profile for the history file, to which access can be granted as appropriate.
where history-file-dsn is the fully qualified data set name of the history file.
- UPDATE (or greater) access to the IDI_ADMIN XFACILIT profile
- UPDATE (or greater) access to the history file, through either normal security server data set profiles, or through XFACILIT (for details, see Managing history file fault entry access).
RDEFINE XFACILIT IDI_ADMIN.MY.HIST UACC(NONE)
PERMIT IDI_ADMIN.MY.HIST CLASS(XFACILIT) ID(PAYROLL) ACCESS(UPDATE)