Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!ames!ucbcad!ucbvax!GRIN2.BITNET!MCGUIRE From: MCGUIRE@GRIN2.BITNET Newsgroups: comp.os.vms Subject: Related to writing control sequences from DCL Message-ID: <8705212031.AA02752@ucbvax.Berkeley.EDU> Date: Thu, 21-May-87 11:13:00 EDT Article-I.D.: ucbvax.8705212031.AA02752 Posted: Thu May 21 11:13:00 1987 Date-Received: Sat, 23-May-87 12:16:27 EDT Sender: daemon@ucbvax.BERKELEY.EDU Distribution: world Organization: The ARPA Internet Lines: 10 Here's another way to write records without CR/LF to the terminal. Write the records to a file, then run them through CONVERT as a filter. The following command procedure illustrates the technique. $ CONVERT/FDL=SYS$INPUT TEMPORARY-FILE SYS$OUTPUT RECORD CARRIAGE_CONTROL NONE $ EXIT Ed