把temp=A,A=B,B=temp以及类似的语句中的逗号都改成分号,或者分行写
IF (B>A) THEN
temp=A;A=B;B=temp
END IF
data score;
retain count 0 schi 0 smath 0 seng 0;
label chi='chinese' math='mathmatic' eng='english' schi='total_chinse';
input chi math eng ;
cards;
80 75 95
70 85 92
85 94
93 96 88
99 86
;
works properly~~~
The rest parts do not belong to any data step or proc You might miss some parts
以上就是关于fortran 程序错误Unclassifiable statement全部的内容,包括:fortran 程序错误Unclassifiable statement、SAS程序问题,log提醒:Statement is not valid or it is used out of proper order.怎么回事啊、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)