Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 9 Archiving the Audit Log Data : Analyzing Archived Data

Analyzing Archived Data
The following technique may be used to analyze archived data on z/OS or Open Systems.
Two tables are provided:
1.
As supplied, it uses DD name ARCHIVE rather than a file name. If required, a level-7 user should be used to modify the definition of this table to use either a file name or DD name of your choice. The file or DD name should be specified according to instructions in "TIBCO Object Service Broker Managing External Data".
2.
Browse this table to review the archived data.
For example, suppose data has been archived to data set 'S6B.ARCHIVE.DATA(D111007)':
- TSO ALLOC F(ARCHIVE) DA('S6B.ARCHIVE.DATA(D111007)') SHR REUSE
- Log on as a level-7 user
- BR @ARCH_ACCESSLOG

 
BROWSING TABLE : @ARCH_ACCESSLOG
COMMAND ==> SEL TIME >'06:08:39' & TIME < '06:08:42'
 IDKEY  DATE   TIME      MSG
_____________________________________________________________________________
 4      111007  06:08:40  Insert access to TABLE @OBJECTSETS( SYSADMIN ) by SYSADMIN
 5      111007  06:08:40  Insert access to TABLE @COMPONENTS( TESTCXEC ) by SYSADMIN

 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved