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
|