SMF ACCOUNTING field (SMFACCT subsystem parameter)
The SMFACCT subsystem parameter specifies whether Db2 sends accounting data to SMF automatically when Db2 is started. This parameter also specifies which classes are sent.
Acceptable values: | list-of-classes, NO, YES, * (asterisk) |
---|---|
Default: | 1,2,3,7,8 |
Update: | option 23 on panel DSNTIPB |
DSNZPxxx: | DSN6SYSP SMFACCT |
The SMF ACCOUNTING field is scrollable. To scroll the field, position your cursor in the field and use the for LEFT or RIGHT scroll commands. To see the entire contents of the field at one time, type EXPAND in the command field, position your cursor in the scrollable field, and press Enter.
- 1,2,3,7,8
- The specified classes are started. This list-of-classes value is the default value for SMFACCT subsystem parameter.
- list-of-classes
- Starts the specified classes. Enter a list of class numbers (any integer in the range 1–32), separated by commas. For a list of accounting classes that are defined by Db2, see Accounting trace.
- NO
- Specifies no automatic start of classes.
- YES
- Specifies that the trace for accounting class 1 is started. You might also need to update the SMFPRMxx member of SYS1.PARMLIB to permit SMF to write the records.
- list of classes
- Starts the specified classes. Enter a list of class numbers (any integer from 1–32), separated by commas. Only classes 1–5, 7, 8, and 10 are defined by Db2.
- * (asterisk)
- Starts all classes.