The SYE Error Log display program has the command format: SYE>OUTFILE = INFILE WHERE: OUTFILE DEFAULTS TO SY:ERRLOG.LST INFILE DEFAULTS TO SY:[1,6]ERROR.SYS NO SWITCHES DEFAULTS TO A SUMMARY REPORT Additional HELP can be obtained using the keywords SWITCHES, , EXAMPLE 2 SWITCHES SYE report switches are /BEG:date&time Produce report beginning on a certain date and time. /DV:dd Report on a particular device. /END:date&time Produce a report ending on a certain date and time /HELP List help information. /NORP Do not produce detailed report. /QU Do quick report. /RP<:class> Report option switch. /SP Spool output file /SU Produce summary report 2 /RP REPORT OPTION SWITCH /RP[:CLASS] The /RP switch requests individual error reports; the CLASS parameter is used to specify a general classifica- tion of errors to be reported. CLASS has one of the following values: NULL ALL CLASSES SYS<:type> System Entries WHERE TYPE is one of the following: NULL ALL types of system entries PSE Entries from PSE operation. STA Error Logging Startup. STO Error Logging Shut Down. MOU Device Mounts and Dismounts TIM System Time Changes MSG System Service Messages. HDE<:type> Hardware errors. WHERE TYPE is one of the following: NULL ALL TYPES of hardware errors DSK All disk errors MAG All magnetic tape and dectape errors MEM All cache and main memory parity errors. TMO:type Interrupt time-out errors from disks and magnetic tapes. /RP:TMO:DSK For only disk information /RP:TMO:MAG For only mag. tape information VEC Unidentified Interrupts 2 /SU /SU Do Summary Report. 2 /QU /QU Do short (quick) Summary Report. 2 /NORP /-RP or /NORP Do not include individual error reports. SYE produces a summary report only. /-RP is the default. 2 /DV /DV:dd Include in the report only those errors that occured on a specified device type or on a specified device unit. In addition to standard device types, you may specify: CMM Communications UDI Undefined Interrupts PWR Powerfail (eg: /DV:PWR) 2 /BEG /BEG:TIME-AND-DATE Include in the report only errors logged after the specified time and date. The format of the TIME-AND-DATE parameter is: DD-MON-YR:HR:MI:SE For example: 25-NOV-78:24:30:0 2 /END /END:TIME-AND-DATE Include in the report only those errors logged prior to the specified date and time. The format of the TIME-AND-DATE parameter is: DD-MON-YR:HR:MI:SE For example: 25-NOV-78:24:30:0 2 /HELP /HELP The /HELP switch causes SYE to display SYE operation instructions. To obtain this information, the user specifies the /HELP switch in response to the SYE prompt as follows: SYE>/HELP 2 /SP /SP Spool output file. This is the default. 2 EXAMPLES EXAMPLE #1 PRINT A SUMMARY REPORT OF ALL ERRORS SYE> EXAMPLE #2 PRINT A FULL REPORT OF ALL ENTRIES SYE> /RP EXAMPLE #3 PRINT A FULL REPORT OF ALL ERRORS ON DB0 SYE> /DV:DB0 EXAMPLE #4 PRINT A REPORT ON AL SYSTEM TIME CHANGES USING [1,6]ERRSAV.SYS AS INPUT FILE. SYE>/RP:SYS:TIM=[1,6]ERRSAV.SYS ALSO REFER TO THE RSX11M ERROR LOGGING MANUAL OR TYPE HELP ERRLOG.