Paradyne SLM 5.5 Network Card User Manual


 
A. OLCmd Reference
A-24
January 2002 7800-A2-GB32-00
OLCmd processreports
The
processreports
command generates scheduled reports for specified
customers and dates.
Format:
OLCmd processreports
[
-date
date
] [
-enddate
enddate
]
[
-customer
customer_id
] [
-customerlist
list_file
]
Where:
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
-date
date
Is the optional starting date of the reports. If
-date is not specified, the current date is used.
-enddate
enddate
Is the optional end date of the reports, creating
a date range between -date and -enddate. If
-enddate is not specified, there is no date
range.
-customer
customer_id
Is the optional customer for whom reports are
to be generated. If neither -customer nor
-customerlist is specified, scheduled reports for
all customers are generated.
-customerlist
list_file
Is the optional list of customers for whom
reports are to be generated.
list_file
is the
pathname of a text file with one customer ID
per line. Both -customer and -customerlist may
be specified. If neither -customer nor
-customerlist is specified, scheduled reports for
all customers are generated.