Example of reporting peak hour performance during a week

This example shows the use of FROM and TO within GLOBAL to report a specified time frame every day.

If the input data set contains data of at least a week, you can generate reports that show the performance of your system during peak hours for the whole week by specifying:
 
GLOBAL
   FROM (,08:30)
   TO   (,17:00)
ACCOUNTING
   REPORT
STATISTICS
   TRACE
 

Both, the Accounting report and Statistics trace show information from 8:30 a.m. to 5 p.m. for every day of the week.