The KDCCSYSL tool (convert SYSLOG) converts the system log file created by openUTM as a PAM file into a SAM file. For each UTM message, KDCCSYSL creates a record of variable length. The structure is described by KCMSGx data structures, which are available for all programming languages and are supported by openUTM, for example KCMSGC for COBOL.
Calling KDCCSYSL
|
Meaning of parameters:
file_in file_out | Name of the SYSLOG file Name to be assigned to the SAM file |
SHARED-UPDATE=YES must be specified in the SET-FILE-LINK command if the SYSLOG file is to be edited while the application is running. In this case, however, note that openUTM buffers SYSLOG records, i.e. does not write them directly to the PAM file.
If the SYSLOG file is to be evaluated while the application is running, it is advisable to issue the administration command KDCDIAG SYSLOG=WRITE beforehand. This means that SYSLOG UTM messages that are still buffered in the virtual memory will be written to the SYSLOG file by openUTM.
Editing the SYSLOG file