2.187 REPORT

Valid for

Extract, Replicat

Description

Use REPORT to specify times when a report is written to the report file. The report details the number of records extracted per file and table.

Default

END

Syntax

REPORT 
[
AT hh:mm |
ON day_of_week |
AT hh:mm ON day_of_week |
END
]
AT hh:mm

The time of day. Using AT without ON generates a report at the specified time every day.

ON day_of_week

The day of the week. Valid values are SUNDAY through SATURDAY.

END

The end of the run.

Example

The following example generates a report every day at 5:00 pm and every Sunday at 1:00 am.

REPORT AT 17:00
REPORT ON SUNDAY AT 1:00