Kill is a revision of an earlier DECUS submission which now: Uses a command language definition (CLD). Allows a user to FORCE an image exit on a process using the SYS$FORCEX system service (KILL/FORCE). Allows a user to kill a processes of his own without having to answer a verification and without having a brodcast sent to the target process (KILL/SILENT) (useful for indirect command files). Has a help file documentation entry. restriction on a specific range of UIC ... useful to prevent KILL from being run from a class or another public account. currently coded to prevent uic group range 60 to 67 from running KILL but easily changed in the source parameter definition No restriction on uics less than 16 (parametered)(for privileged users) Error messages are now implemented using the system error message facility. KILLBLD.COM compiles the FORTRAN source and error message definion files. INSKILL.COM installs KILL, the help and the and CLD out in the system. (users must log out and back in for the updated DCL tables to take effect.