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 (March 2003, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 28 Mar 2003 10:04:47 +0100
Reply-To:     WIELKI Andre <wielki@INED.FR>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         WIELKI Andre <wielki@INED.FR>
Subject:      Re: Creating PDF Reports in SAS
Comments: To: Shiva Kumar <shiva_sas@HOTMAIL.COM>
In-Reply-To:  <F715aYY61LEdyt3cew800000052@hotmail.com>
Content-Type: text/plain; charset="us-ascii"; format=flowed

Shiva, If you are speaking strictly of Report (Proc) then you have to take a look at Ray Pass and McNeill Proc report doin'it in Style paper 15 at Sugi 28 Tuesday 1 april pm 3:30 Room 6E This paper is already accessible on the web at http://support.sas.com/usergroups/sugi/sugi28/grid.tuepm.html

So you have a look at how to create html file but in the case of pdf file normally you substitute "ods html ..." with "ods pdf..." and "body=....htm" with "file="....... .pdf" even if for proc report the style must be putted into the sas proc code mainly.

In relation with the specific problems of Style/PDF they are mentionned in the SAS Institute FAQ in each part of elements of the template

With pdf you can implement high quality of graph too but always think at the fact that HTML page is not the same as letter/A4 page (pdf or rtf) so you have (depending of your output) to adapt some time the style.

HTH Andre

At 14:26 27/03/2003 -0800, you wrote: >Hey, > >I wanted to create pdf reports using SAS. I am not aware about the level of >ease or what could be the potential problems. > >It will be great if any of the experts over here can throw some light. > > >thanks in advance, > > >shiva > > > > > >_________________________________________________________________ >Add photos to your messages with MSN 8. Get 2 months FREE*. >http://join.msn.com/?page=features/featuredemail

___________ WIELKI Andre INED - Service Informatique 133 Bd Davout, 75 980 Paris Cedex 20 FRANCE Tel: 01 56 06 21 54


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