[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sas-l
Subject:    Re: help with a sample Proc GChart
From:       nina <sas () MAILINATOR ! COM>
Date:       2009-10-31 23:41:39
Message-ID: hcihvl$g83$1 () news ! eternal-september ! org
[Download RAW message or body]

even if I summarize as follows, gchart output (which is produced for ysum) is
unreadable

proc sql;
create table x as select sum(y) as ysum, x, z from test

where x>6

group by x, z;

quit;

Proc gChart;

vbar ysum / discrete group=x subgroup=z;

run; quit;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic