DATE — Date Range (Selection Parameter)

Tells EREP to

Select records created during the specified date range.

Syntax

DATE=({yyddd[,yyddd] | yyddd[-yyddd]})

yyddd
The year yy and the Julian day ddd.

The first yyddd is the year and day when the date range begins; the second yyddd is the ending year and day. The second date is optional; you can select records from a single date as well as from a range of dates. To select a single date, code only one yyddd.

When you code a date range, the second yyddd must be greater than or equal to the first. If it is not, EREP issues a syntax-error message.

Defaults

If you do not code the DATE parameter, all the records in the ERDS or history file will be selected for all the reports except for the trends report. For the trends report the default is to process 30 days of error data ending with the current date.

Coding

Parameter Conflicts

ZERO

Notes

Examples

DATE=(82137)
DATE=(82136,82143)
DATE=(89152-89181)