SMF_AUDIT_LEVELS

SMF_AUDIT_LEVELS specifies which of the events found using the SMF task (AUIFSTC) to audit.

Required
No
Default
ALL
Permitted Values
Table 1. SMF_AUDIT_LEVELS audit keywords and events

The following table shows permitted values and the events that they instruct the agent to audit.

keyword Audited event
ALL All events are audited (default)
UPDATE Data sets opened with UPDATE access
DELETE Data sets deleted
READ Data sets opened with READ access
CREATE Data sets created
ALTER Data sets opened with ALTER access
RACF® RACF violations on data sets
Description
A value other than ALL limits the events to audit to those you specify. For example, if you specify DELETE, all audited IMS™ instances under the agent are capable only of reporting data set DELETE events. If you specify ALL, you can further limit what to audit for each audited IMS subsystem from the user interface.
Notes
None
Syntax
SMF_AUDIT_LEVELS(ALL)
Example
SMF_AUDIT_LEVELS(DELETE)