但是不知所云~~作者: shiyiming 时间: 2006-7-28 22:07 标题: 做图 就是做图,请问你是不明白我的意思,还是不会做?谢谢作者: shiyiming 时间: 2006-8-11 15:53 标题: can anybody help? is there anybody who can solve this problem? thanks.作者: shiyiming 时间: 2006-8-12 11:40 标题: 能否歪打正着? data a;
input group $ id percent @@;
cards;
A 1 23
A 2 42
A 3 35
B 1 25
B 2 45
B 3 30
C 1 32
C 2 44
C 3 24
;
run;