| Date: | Fri, 9 Jan 2009 08:37:48 -0800 |
| Reply-To: | Windows server <srudra@GMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Windows server <srudra@GMAIL.COM> |
| Organization: | http://groups.google.com |
| Subject: | Re: print the file output directly to a printer |
|
| Content-Type: | text/plain; charset=ISO-8859-1 |
On Jan 2, 10:50 am, Windows server <sru...@gmail.com> wrote:
> Any body knows, how toprintthefileoutputdirectlyto aprinterin
> windows environment.
>
> Thanks,
> Kumar.
I know with using SYSPRINT, we can do it, but i am getting errors,
please let me know, did any body work on this
option SYSPRINT=("\\Nt-oak-02\Tool Design");
filename outdev PRINTER;
proc printto PRINT=outdev; run;
|