DSNJ339I csect-name SET LOG COMMAND COMPLETED, frequency-type(frequency-unit)
Explanation
This message indicates that the SET LOG command processed successfully, and displays the current checkpoint frequency. The checkpoint frequency remains in effect until Db2 is restarted or until the value is modified by a SET LOG or SET SYSPARM command.
- csect-name
- The name of the control section that issued the message.
- frequency-type
- Identifies how the checkpoint frequency is determined. Expected values are CHKTIME (for a frequency based on elapsed time) and LOGLOAD (for a frequency based on the number of log records that are written).
- frequency-unit
- Specifies the unit for the associated frequency-type value.
The checkpoint frequency is controlled by the following fields on installation panel DSNTIPL1:
- CHECKPOINT TYPE (CHKTYPE subsystem parameter)
- RECORDS/CHECKPOINT (CHKFREQ and CHKLOGR subsystem parameters)
- MINUTES/CHECKPOINT (CHKFREQ and CHKMINS subsystem parameters)
Multiple forms: This message has two forms. The short form is shown
above. The long form is:csect-name SET
LOG COMMAND COMPLETED, frequency-type(frequency-unit)
OR frequency-type(frequency-unit)
The long form is used when both the number of minutes and number of log records were changed by the SET LOG command. The message shows the frequency-type and frequency-unit values for both.
System action
Processing continues, and Db2 issues a DSNJ371I message to show the current settings.