DATE

The DATE control statement specifies the start and end date of the reporting period for all reports.

The syntax of the statement is:

DATE(yyddd,yyddd)
or
DATE(mmddyyyy,mmddyyyy)

where:

or

RMF™ supports a sliding window which covers the time frame:

Current® Year - 50 ←→ Current Year + 49

This sliding window will be used to define the correct value of the century, if not defined explicitly. Write the dates in the full format with leading zeroes. Do not mix the two formats in one control statement. The first date is the starting date, and the second date is the ending date. Specify the dates in chronological order.

The default value is in the four-digit year format and ensures that all dates found in the input data set are reported.

If the entire reporting period falls within one calendar day, you specify the same date twice.

Example: To request reports for data collected on June 7, 2016, specify
DATE(06072016,06072016)