OM audit log record formats
Each Operations Manager (OM) audit log record contains a log record prefix, followed by data that is unique to the record.
Use macro CSLZLGPF to map the log record prefix. To view the OM audit log record formats, assemble mapping macro CSLOLGRC.
Individual log record DSECTs can be obtained by assembling the ILOGREG macro while including a format statement for the desired log record.
The following table shows the OM audit log records. For each OM audit log record, the table shows:
- The log record type and subtype
- The macro that maps the record
- The event that causes the record to be written
| Type | Subtype | Mapping macro | Event that causes the log record to be written |
|---|---|---|---|
| X'06' | X'01' | CSLOLGCM | The command input was logged before calling the OM Input user exit routine. |
| X'06' | X'02' | CSLOLGCM | The command input was logged after calling the OM Input user exit routine and after that user exit routine modified the command input. |
| X'08' | X'01' | CSLOLGCR | The command response output was logged before calling the OM Output user exit routine. |
| X'08' | X'02' | CSLOLGCR | The command response output was logged after calling the OM Output user exit routine and after that user exit routine modified the command response output. |
| X'09' | X'01' | CSLOLGOU | The unsolicited output message was logged before calling the OM Output user exit routine. |
| X'09' | X'02' | CSLOLGOU | The unsolicited output message was logged after calling the OM Output user routine, and after that user exit routine modified the unsolicited output message. |