webgu 发表于 2013-3-11 18:31 
goptions reset=all cback=white border htitle=12pt htext=10pt;
symbol interpol=join color=black va ...
大师,您好,报错了,是9.1版本不支持吗?
90 proc gbarline data=nyse;
91 bar day / sumvar=volume discrete width=8 maxis=axis1 raxis=axis2
92 OUTSIDE=pct ref=1000 lref=2 cref=red;
93 plot / sumvar=close raxis=axis3 autoref;
--------
22 200
ERROR 22-322: Syntax error, expecting one of the following: ;, ANNOTATE, ASCENDING, CFREQ, CPERCENT, DESCENDING, FREQ,
HTML, LEGEND, MEAN, MINOR, NOLINE, NOMARKER, PERCENT, RAXIS, SUM, SUMVAR, TYPE.
ERROR 200-322: The symbol is not recognized and will be ignored.
94 run;
95 quit;
96
97 ods html close;