MainView Logger
TOM uses the MainView Logger to write records to the default MVLOGGER MainView LOG. The use of the MainView Logger is optional for TOM and TOM messages are written to the TOM PAS job log and the z/OS system log when the MainView Logger is not active.
See the MainView Administration Guide for information about the MainView Logger.
TOM distributes a log reporting utility MAMLXRPT that allows you to select specific records from the MainView LOG and to specify individual fields to extract from each of the selected records. BBSAMP member MAMLXRPT formats the extracted fields into columns and writes those formatted columns of the selected records to a sequential data set.
Along with the SELECT and WHERE control cards in the SYSIN DD, you can specify the FROM control card to indicate from which MV Logger (and its logspace) on the system to obtain the messages:
FROM(SSID=logger-ssid,LSPACEID=iiiiiiii)
where
- logger-ssid is the value of the MV Logger BBIPARM LOGGERxx member LOGSSID parameter
- iiiiiiii is the value of the MV Logger BBIPARM LOGGERxx member LOGSPACE parameter.
The documentation for the utility is in the sample JCL included in BBSAMP member MAMLXRPT.