Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site Glacier.ARPA Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!houxm!mtuxo!mtunh!vax135!cornell!uw-beaver!tektronix!hplabs!oliveb!Glacier!FURUTA@WASHINGTON.ARPA From: FURUTA@WASHINGTON.ARPA Newsgroups: fa.laser-lovers Subject: SAS/GRAPH to lasers Message-ID: <13609@Glacier.ARPA> Date: Thu, 24-Oct-85 14:37:46 EST Article-I.D.: Glacier.13609 Posted: Thu Oct 24 14:37:46 1985 Date-Received: Mon, 28-Oct-85 04:15:29 EST Sender: daemon@Glacier.ARPA Organization: Stanford University, IC Laboratory Lines: 30 From: C27901RP%WUVMD.BITNET@WISCVM.ARPA Bob Paverwrites >MY PROBLEM: > >At various points in the plot, the laser printer leaves plot mode and I >get ASCII characters written at the left margin of the paper. Then the >printer goes back into plot mode for a while only to drop out again. I >suspect that something (terminal driver, laser printer, gremlin) is >generating a CR which by definition turns off plot mode on a Tektronix >terminal. Do not know about SAS on VMS but here on CMS Version 5 made a change to the graphics drivers. In previous versions, a record ended with a 'graphics' off command. In version 5, on CMS the records in the file are 255 characters each and there is no 'off graphics' character at the end of the record. Hence when you have something send those records to an output device the 'END-OF-RECORD' gets sent which is strictly not part of the graphics stream. SAS has told us, and I have not fully tested, that PROMPTCHARS in OPTION will rectify. Set the third byte from a '00' to '01' which is supposed to make logical records end with a graphics off. E.G. promptchars='xxxxxxxxxxxxxxxxxxxxxx'x option; do proc options to see current setting which has 3rd byte '00'x change to '01'x