第12步出错了。是sas软件版本的问题吗?我的版本是9.00
复制部分log如下:
-------------------------------
NOTE: There were 4 observations read from the data set WORK.LINE.
NOTE: The data set WORK.LINE2 has 5 observations and 5 variables.
NOTE: PROCEDURE TRANSPOSE used (Total process time):
real time 0.07 seconds
cpu time 0.01 seconds
12 proc sgplot data=line2;
ERROR: Procedure SGPLOT not found.
13 series x=day y=type1/markers;
14 series x=day y=type2/markers;
15 series x=day y=type3/markers;
16 series x=day y=type4/markers;