Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!cbatt!ihnp4!ucbvax!BBNG.UUCP!WOLF From: WOLF@BBNG.UUCP.UUCP Newsgroups: mod.computers.vax Subject: Suppressing DCL error messages Message-ID: <[G.BBN.COM]13-Mar-87.09:35:13.WOLF> Date: Fri, 13-Mar-87 09:35:00 EST Article-I.D.: <[G.BBN.COM]13-Mar-87.09:35:13.WOLF> Posted: Fri Mar 13 09:35:00 1987 Date-Received: Sun, 15-Mar-87 04:55:55 EST Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 6 Approved: info-vax@sri-kl.arpa With VMS 4.x, it became possible to do it like this: $ oldmsg = f$environment("MESSAGE") ! save MESSAGE format $ set message/nofacility/noidentification/noseverity/notext $! Do what you want in here $ set message'oldmsg ! restore MESSAGE format