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 (December 2000, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 21 Dec 2000 09:22:55 -0500
Reply-To:     "Michael S. Zdeb" <msz03@HEALTH.STATE.NY.US>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Michael S. Zdeb" <msz03@HEALTH.STATE.NY.US>
Subject:      SAS-to-PDF
Comments: To: sas-l@uga.cc.uga.edu
Content-Type: text/plain; charset=us-ascii

Hi...re recent SAS-L comment...I think there is no "easy" way to output from SAS to PDF format....

V8.1 can produce PDF by using ODS (and it's also a SAS/GRAPH device)....

Take a look at...

http://www.sas.com/service/techtips/quicktips/pdf.html

Containing...

Q: Is it possible to output SAS tables and data sets to PDF files or Microsoft Word documents?

A: Yes, if you are using SAS 8.1, you can use the ODS PRINTER destination to output directly to PDF [experimental capability in 8.1]. For example,

ods printer pdf file=''; proc report data = .... run; ods printer close;

Mike Zdeb New York State Department of Health ESP Tower - Room 1811 Albany, NY 12237 P/518-473-2855 F/630-604-1475


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