The SYE Error Log display program has the command format: SYE>OUTFILE/sw1/swN = INFILE WHERE: OUTFILE DEFAULTS TO SY:ERRLOG.LST INFILE DEFAULTS TO SY:[1,6]ERROR.SYS NO SWITCHES DEFAULTS TO A SUMMARY REPORT /SP DEFAULTS TO SPOOL ALL OUTPUT FILES REPORT OPTION SWITCH DESCRIPTION /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 System Entries - This parameter takes the form: /RP:SYS[:TYPE] 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 CFG Configuration Relevant Information(M+ ) MSG System Service Messages. HDW Hardware errors. When CLASS is HDW, an additional parameter can be specified further defining the errors to be reported. This parameter takes the form: /RP:HDW[:TYPE] 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 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 /SU Do Summary Report. /QU Do short (quick) Summary Report. /-RP or /NORP Do not include individual error reports. SYE produces a ssmmary report only. /-RP is the default. /DV:DEV[N] 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) /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:DD:MIN:SEC For example: 25-NOV-78:24:30:0 The DD:MIN:SEC is optional. /END:TIME-AND-DATE Include in the report only those errors logged prior to the specified date and time. The format is the same as for /BEG. /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 /SP Spool output file. This is the default. 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.