Date: Sun, 16 Nov 2008 14:05:05 +0200
Reply-To: Peter <pete@SAKE.JP>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Peter <pete@SAKE.JP>
Organization: A noiseless patient Spider
Subject: Re: Proc Chart
Content-Type: text/plain; format=flowed; charset="Windows-1252";
reply-type=original
Anindya Mozumdar wrote:
> If you are ok to use the SAS/GRAPH procedure GCHART, then here is an
> example to get you started -
>
> %let name=vchart; /* determines the name of the GIF file which will be
> created. */
> filename odsout "C:\Documents and Settings\Anindya Mozumdar\Desktop";
> /* determines the directory in which the HTML file is created. */
your example causes 2 gif files written as
NOTE: 31 RECORDS WRITTEN TO C:\Program Files\SAS\V9\sasgraph.gif
NOTE: 31 RECORDS WRITTEN TO C:\Documents and Settings\Anindya
Mozumdar\Desktop\vchart.gif
26 quit;
NOTE: There were 19 observations read from the data set SASHELP.CLASS.