Date: Tue, 12 Jun 2001 14:54:10 -0700
Reply-To: c-Jeff.Voeller@wcom.com
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Jeff Voeller <c-Jeff.Voeller@WCOM.COM>
Subject: Re: Program entries
In-Reply-To: <200106122128.f5CLS5A142234@listserv.cc.uga.edu>
Content-type: text/plain; charset=iso-8859-1
> How can I use PROC PRINT and not have the OUTPUT window jump
> out in front???
Have you tried a FILENAME statement that points to your printer, then a PROC
PRINTTO PRINT=<fileref> to force the output to go directly to the printer?
|