LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (February 2002, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 4 Feb 2002 11:21:44 -0500
Reply-To:   "Fehd, Ronald J." <rjf2@CDC.GOV>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Fehd, Ronald J." <rjf2@CDC.GOV>
Subject:   Re: Print problem: Extra page being ejected
Comments:   To: Peter Flom <peter.flom@NDRI.ORG>
Content-Type:   text/plain

Our New&Improved V8 -- all those horses under the hood! -- has some minor problems speaking to printers.

My problem was at least that I had one line of text on the page so I knew what to be looking for: options pagesize=??;

The Real Solution: RJF2 01Sep10 added HotFix 82ba32 to fix pagesize problem: 1 line/pg

Ron Fehd the macro maven CDC Atlanta GA USA RJF2@cdc.gov remember perspective: the error is not always where it seems to occur! -- RJF2 Bureaucracy at its worst is better than bureaucracy at its best -- Plato, in Beetle Bailey comic strip, 1985Mar01

> -----Original Message----- > From: Peter Flom [mailto:peter.flom@NDRI.ORG] > Sent: Monday, February 04, 2002 11:07 AM > To: SAS-L@LISTSERV.UGA.EDU > Subject: Print problem: Extra page being ejected > > Hello > > I am using SAS v 8, and Windows 2000. SAS is printing > normally, except that it is printing a blank page after each > page of output. I've tried various options, but can't get it > to work correctly. Oddly, the printout always looks normal > in Print Preview. > > My current options are (as set in my autoexec file) > options nodate ps = 54; > %macro now(fmt=datetime21.2) / cmd stmt; > %sysfunc( datetime(), &fmt ) > %mend now; > footnote %now; > I tried asking SAS tech support, but they only said it was a > "printer problem".


Back to: Top of message | Previous page | Main SAS-L page