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 (February 2008, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 20 Feb 2008 10:32:45 -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: how to export a nice graph or outputs into Excel or Word

I like to use the microsoft CGM graph files. For portrait:

filename gout '.'; goptions reset=all device=cgmOF97P gsfname=gout ;

For landscape, just change to cgmOF97L

Jonas Bilenas

On Mon, 18 Feb 2008 13:28:03 +1000, Jenny Zhang <jenny.zhang@UQ.EDU.AU> wrote:

>Hi SAS helpers, > >I have two queries. > >1. Can SAS produce nice graphs? If yes, how can I export into Excel or >Word? > >2. Can I export output such as tables into Excel or Word? If yes, can >you pls provide the code? > >Many thanks > >Jenny


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