openUTM creates the SYSLOG file in PAM format.To print it out in a readable form or edit it using a program, you must process the file.
openUTM offers the following editing tools for this purpose:
KDCCSYSL
Converts the PAM file into a SAM file. KDCCSYSL is provided in the
SYSLNK.UTM.070.UTIL library.KDCPSYSL
From the SAM file created with KDCCSYSL KDCPSYSL creates another SAM file which also contains the message texts. KDCPSYSL is provided in the
SYSLNK.UTM.070.UTIL library.
To make it easier to evaluate the SYSLOG file, the following sample procedures are supplied with openUTM:
SYSPRC.UTM.070(SYSLOG)
This procedure allows you to evaluate an individual SYSLOG file or an individual file generation of a SYSLOG-FGG. <filebase>.SYSLOG is expected as the input file.SYSPRC.UTM.070(SLOG-FGG)
This procedure allows you to evaluate an individual or all file generations of a SYSLOG-FGG. In one loop, the procedure calls the two tools KDCCSYSL and KDCPSYSL for the individual file generations. The evaluation can also be made while the application is running.