.ENABLE SUBSTITUTION .ENABLE GLOBAL .ENABLE QUIET .ENABLE ESCAPE .DISABLE LOWERCASE .; .; File: ERRDIS.CMD .; Author: Robin Miller .; Date: January 27, 1981 .; .; Description: .; .; This command file is used to request the type of error report .; to be generated by the error logging report generator (RPT). .; .; Modification History: .; .; August 17, 1984 by Robin Miller. .; Modify for RSX-11M+ V2.1 and add new switches. .; .; July 20, 1982 by Gary Larson. .; Implement changes for RSX-11M Version 4.0. .; .;************************************************************** .; .; Define exit status variables. .; .SETN EX$WAR 0 ! Warning status .SETN EX$SUC 1 ! Success status .SETN EX$ERR 2 ! Error status .SETN EX$SEV 4 ! Severe error .; .; Define error codes. .; .SETN IE$NSF 346 ! No such file .SETS $NAME "ERRDIS --" ! Name for error messages .TESTDEVICE TI0: .PARSE ":" TERM NULL .IFINS ...CA. CLR .DISABLE QUIET ; ; Error Display Utility V3.0 '' '