You can of course set up automation on TSS9208I message to dump to GDG. In our case we are making use of AUDIT and AUDIT2 and TSS switches back and forth between the two files when it fills. We set up automation on message TSS9203I and kick off a job to dump it to GDG. At midnight, we force an audit switch.
As for processing the GDG for daily reporting we do this:
1. Extract previous days data, EXTRACT EVENT(ALL) DATE(-01)
2. Sort the extract file by time, SORT FIELDS=(92,3,PD,A,96,4,CH,A) and save to a second GDG for longer retention.
3. Run reports against the sorted data, REPORT EVENT(VIOL), etc.
Hope that helps!
#TopSecret