请注明:姓名-公司-职位
以便审核进群资格,未注明则拒绝
priss111 发表于 2011-3-24 13:11 3# xiansonghe 谢谢回复!! 后来没办法我就重启了一次SAS,proc freq运行又正常了。 之前的code为: ods listing close; ods html body='F:a\yearcitycode.html'; proc freq data=card4 ; tables year*citycode;run; ods html close; run; 接着运行proc freq data=card4;tables year;run; 就出现warning,就想知道活动的输出目标去哪里了。 问题现在算是解决了,但是不知道为什么。