1.ELV> WRITE /EXCLUDE=CONTROL_ENTRIES /OUTPUT=NEW_ERROR_LOG.SYS The command in this example copies selected events from the default SYS$ERRORLOG:ERRLOG.SYS file to a new error log file named NEW_ERROR_LOG.SYS. The selected events do not include the CONTROL_ENTRIES event class. 2.ELV> WRITE /NONODE=PANDA /SINCE="20-AUG-2003 04:51:33.87" The command in this example copies selected events from the default SYS$ERRORLOG:ERRLOG.SYS file to a new error log file named ERRLOG.DAT. The selected events are those that occurred since the specified date on all nodes except PANDA. 3.$ ANALYZE/ERROR_LOG/ELV WRITE /ENTRY=(START:5,END:10) The command in this example copies selected events from the default SYS$ERRORLOG:ERRLOG.SYS file to a new error log file named ERRLOG.DAT. The selected events start with entry 5 and end with entry 10. 4.$ ANALYZE/ERROR_LOG/ELV WRITE /ENTRY=(START:5,END:10) /REJECTED This example is identical to the previous example except that rejected events are copied rather than selected events. The rejected events are those that fall outside the specified entry range.