IBM zS: Anyone have code samples for reading the Z/OS Oracle audit SMF records?
I have reviewed the Oracle provided assembler program that reads the SMF audit records from 10.2.0.3 and would like to see additional samples of any code that processes the SMF records. Would you be willing to share?
Or would you be willing to discuss? For example, the data fields for ACTION are in two formats (one "ACTION:" and one "ACTION :" i.e. with a space), and some fields are single quoted and others are double quoted. What programming language did you use to parse all this? I am considering SAS, perl or assembler, but none seem to be great fits.