1.$ ANALYZE/ERROR_LOG/ELV TRANSLATE /ONE_LINE /PAGE
The command in this example translates selected events from the
default SYS$ERRORLOG:ERRLOG.SYS file and writes the resulting
standard and summary reports to the terminal in paged output.
The standard report is a one-line-per-event report.
2.ELV> TRANSLATE /BRIEF /NOSUMMARY
The command in this example translates selected events from the
default SYS$ERRORLOG:ERRLOG.SYS file and writes the resulting
standard report to the terminal. The standard report is a brief
report.
3.ELV> TRANSLATE /SINCE=TODAY /OUTPUT=REPORT.TXT
The command in this example translates selected events from the
default SYS$ERRORLOG:ERRLOG.SYS file and writes the resulting
standard report to an ASCII output file named REPORT.TXT.
The selected events are those that occurred since TODAY.
4.$ ANALYZE/ERROR_LOG/ELV TRANSLATE /FULL /TERSE
The command in this example translates selected events from the
default SYS$ERRORLOG:ERRLOG.SYS file and writes the resulting
standard and summary reports to the terminal. The standard
report is a full report in terse format.
5.ELV> TRANSLATE /INCLUDE=VOLUME_CHANGES /SUMMARY
The command in this example translates selected events from the
default SYS$ERRORLOG:ERRLOG.SYS file and writes the resulting
summary report to the terminal.
The selected events include only the VOLUME_CHANGES event
class.