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