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 2008, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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.


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