START_TIMESTAMP

(Required) Use the START_TIMESTAMP parameter in the sample batch report job CQM@NRPT.

Description
Specifies the start timestamp (timestamp). Data from intervals that start between the START_TIMESTAMP and END_TIMESTAMP will be included in batch reports.
Syntax
START_TIMESTAMP(timestamp)
Valid values
The timestamp must be a valid Db2 timestamp value (yyyy-mm-dd-hh.mm.ss.nnnnnn). Refer to Db2 documentation for the allowable forms for a Db2 timestamp.
Default
None
Example
START_TIMESTAMP(2021-01-01-01.01.01.000001)