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 (January 2009, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments:   To: sas-l@uga.edu
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;


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