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 (November 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 19 Nov 2009 12:09:52 -0500
Reply-To:   Jonas Bilenas <jonas.bilenas@CHASE.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Jonas Bilenas <jonas.bilenas@CHASE.COM>
Subject:   Re: SAS GRAPH into .pdf

You can try:

ods printer pdf file="whatever.pdf"; greplay_stuff; ods printer close;

On Thu, 19 Nov 2009 10:49:32 -0600, OR Stats <stats112@GMAIL.COM> wrote:

>Hello: > >Is there code that we can export our SAS GRAPH as a .PDF file? I use PROC >GREPLAY to overlay the curves onto one graph. > >Thank you! >


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