DSNA658I csect-name THE parameter-name PARAMETER WAS MODIFIED change-type IN MODULE module-name BY USER authorization-name. THE OLD SETTING WAS old-setting. THE NEW SETTING IS new-setting.
Explanation
A user modified the value of the specified Db2 subsystem parameter by using the SYSPROC.ADMIN_UPDATE_SYSPARM stored procedure. This message is an informational message that is issued once for every parameter that was modified by this stored procedure.
- csect-name
- The name of the control section that issued the message.
- parameter-name
- The subsystem parameter for which the value was modified.
- change-type
- The type of change, which can be one of the following values:
- ONLINE
- SYSPROC.ADMIN_UPDATE_SYSPARM used the SET SYSPARM command to load module module-name and change the value of the subsystem parameter immediately.
- OFFLINE
- The new value of the subsystem parameter does not become effective until the next time that Db2 is started with module module-name.
- module-name
- The name of the subsystem parameter load module.
- authorization-name
- The authorization ID of the user who requested the change.
- old-setting
- The value of the subsystem parameter before the change was requested.
- new-setting
- The new value of the subsystem parameter.
System action
Processing continues.
User response
No action is required.