You can generate the monthly reports from the command line, JCL, or a script on the platform that you use to run your VeriMove jobs. You must use this method if you executed your jobs on Unix or Linux. If you executed your jobs on Windows or z/OS you may use this method or you may use the Windows UI to generate the reports. For more information see Generating Reports Using the Windows UI. If you executed your jobs on IBM i, use the IBM i screens to generate the reports. For more information, see the VeriMove User's Guide for IBM i.
The following syntax allows you to specify what reports to generate, the range of dates that you want to report on, and a location where you want to put the generated reports. The syntax of the report generator is:
mureport [-s<start date>] [-e<end date>] [-b] [-c] [-p] [-o<output path>] [-j<stats file>] [-?]
- -s<start date>
- Date to start reporting (format mmddyyyy)
- -e<end date>
- Date to stop reporting (format mmddyyyy)
- -b
- Generates the Broker/Agent/List Administrator report
- -c
- Generates the Customer Service Log report
- -p
- Generates the Processing Acknowledgment Form report
- -o<output path>
- Report file output path (default is "reports" directory)
- -j<stats file>
- Location of the statistics file (default is "stats/JobStats.dat")
- -?
- Displays help screen
These options can be specified in any order and are not case sensitive.
If you do not specify any reports, all reports are generated.
If you do not specify a start and end date, the default start and end date is calculated as follows: If the current day of the month is less than or equal to the 15th, the default start month is the month prior to the current month and the end date is the last day of the prior month. If the current day of the month is greater than the 15th, the start month is the current month and the end date is the current date.