楼主: 买鞋人
2476 11

请教sas过来人一个问题,烦请各位好心人告知 [推广有奖]

11
soporaeternus 发表于 2010-5-12 17:34:25 |只看作者 |坛友微信交流群
10# crackman
ods closed+quit貌似就可以了......
Let them be hard, but never unjust

使用道具

12
jingju11 发表于 2010-5-13 02:45:46 |只看作者 |坛友微信交流群
1# 买鞋人

  1. data d5;
  2. do x=0 to 360 by 1;
  3.     y=sin(x*3.14159/180);
  4.   y1 = y**2;
  5.     output;
  6. end;
  7. run;
  8. proc plot data=d5;
  9. plot y*x;
  10. run;
  11. /*followed by another RUN without starting the procedure again*/
  12. plot y1*x;
  13. run;
  14. quit;/*or RUN CANCEL*/

  15. *or;

  16. proc plot data=d5;
  17. plot y*x;
  18. run;
  19. /*Submit another procedure and reach the step boundary and hence terminate the procedure. For example*/
  20. proc freq;
  21. tables x;
  22. run;
复制代码

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-5-14 01:50