To END processing a range of records that were created on or after a specified date and time, specify the date and time in the format yyyyddd/hhmmssth
- yyyy is the year
- ddd is the Julian day of the year
- hh is the hour
- mm is the minute
- ss is the second
- t is the tenth of a second
- h is the hundredth of a second
Notes:
- To use the default value of 0 for the time, omit any trailing portion of the time value (but retain the literal /).
- This time value should match the type that the TIMEZONE keyword on the ANALYZE control statement specifies. For example, if you specify TIMEZONE=LOCAL, specify a local time value for the STOP keyword.
Example of yyyyddd/hhmmssth
To process a range of log records that were created at any time before April 13, 2007, specify the following keyword on the INTERVAL control statement:
STOP=2007102/23595999