A. OLCmd Reference
OLCmd processreports
The processreports command generates scheduled reports for specified customers and dates.
Format:
OLCmd processreports
Where: |
|
| Is the optional starting date of the reports. If |
| |
| Is the optional end date of the reports, creating |
a date range between
Example:
The following command generates scheduled reports for all customers:
OLCmd processreports
The following command generates scheduled reports for customer Exact_Corp using 13 May 2001 as a start date:
OLCmd processreports -date 05/13/2001 -customer Exact_Corp
The following command generates scheduled reports for a list of customers in a file called la_west.txt:
OLCmd processreports -customerlist la_west.txt
January 2002 |