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 (October 2003, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 15 Oct 2003 04:32:01 -0700
Reply-To:     alex nilla <alexnilla@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         alex nilla <alexnilla@YAHOO.COM>
Subject:      proc GCHART
Content-Type: text/plain; charset=us-ascii

Hello friends,

I have a problem with proc Gchart.

I have the dataset like this:-

Data x; Input age 5.2; 7.8 9.7 10.2 15.8 17.6 30.9 40.1 50.4 60.2 70.3 79.6 ; run;

I need to draw the Gchart for age in x-axis and no.of subjects in Y- axis.but the problem is the age group should be 0-5,5-10, 10-15 and so on.

Is there any suggestion from your side. Thank you very much.

alex

__________________________________ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com


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