|
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".
|