l1i2n3i4n5g 发表于 2017-2-24 10:17 
proc sgplot data=sashelp.class;
scatter x=height y=weight / group=sex;
xaxis LABELATTRS=(Size=10 ...
778 proc sgplot data=sashelp.class;
779 scatter x=height y=weight / group=sex;
780 xaxis LABELATTRS=(Size=10) VALUEATTRS=(Size=10);
---------- -
1 22
76
781 yaxis LABELATTRS=(Size=10) VALUEATTRS=(Size=10);
---------- -
1 22
76
WARNING 1-322: Assuming the symbol LABEL was misspelled as LABELATTRS.
ERROR 22-322: Expecting a quoted string.
ERROR 76-322: Syntax error, statement will be ignored.
782 run;
运行之后是这个提示,难道是版本原因,我的是9.2的。