Example of generating an additional locking report

This example shows the use of FROM and TO for two purposes in the same command stream.

If you want to generate a Locking report for a day in the same job step, specify:

 
GLOBAL
   FROM    (,08:30)
   TO      (,17:00)
ACCOUNTING
   REPORT
STATISTICS
   TRACE
LOCKING
   REPORT
      FROM (05/17/13 )
      TO   (05/17/13 )
 

The Locking report contains data only from 8:30 a.m. to 5 p.m. for that day because no other data has passed the GLOBAL filtering.