
UTILITY HISTORY (UTILITY_HISTORY subsystem parameter)
The UTILITY_HISTORY subsystem parameter specifies if utility history information is collected.
Acceptable values: | NONE, UTILITY, ![]() ![]() |
---|---|
Default: | NONE |
Update: | option 37 on panel DSNTIPB |
DSNZPxxx: | DSN6SPRM UTILITY_HISTORY |
Online changeable: | Yes |
Data sharing scope: | Member |
z/OSMF variable: | UTHIST |
The following values are supported:
- NONE
- Utility history information is not collected. Information is not inserted into the SYSIBM.SYSUTILITIES catalog table.
- FL 501 UTILITY
-
Utility history information is collected. One row is inserted into the SYSIBM.SYSUTILITIES catalog table at the start of each utility execution. Information in the row is updated as the utility progresses. Final information is updated in the row when the utility execution finishes.
If you specify the UTILITY setting for the UTILITY_HISTORY subsystem parameter in Db2 13 at function level 500 or lower, Db2 uses the NONE behavior.
FL 504 OBJECT
Utility history information and information for objects processed by a utility is collected. In addition to utility execution information in SYSIBM.SYSUTILITIES, a SYSIBM.SYSOBJEVENTS row is inserted for each object processed by a utility. Once an object is completely processed, information is updated in its SYSOBJEVENTS row, if applicable.
If you specify the OBJECT setting for the UTILITY_HISTORY subsystem parameter in Db2 13 at function level 503 or lower, Db2 uses the UTILITY behavior (or NONE behavior at function level 500 or lower.)
