作者AmigoSafin ()
看板Statistics
标题[程式] SAS Where 语法请益
时间Sun Oct 28 08:05:15 2018
TITLE请注名软体类别 如[程式] stata
SAS
[软体程式类别]:
请填入软体程式类别,例如:SAS、SPSS、AMOS、R、STATA、EVIEWS...等
SAS
[程式问题]:
资料处理、回归、叙述统计、logistic、probit...等
资料处理
[软体熟悉度]:
请把以下不需要的部份删除
新手
[问题叙述]:
大家好
有看到一个题目如下
19.The SAS data set WORK.ONE contains a numeric variable named Num and a
character variable named Char:
WORK.ONE
Num Char — —-
1 23 3 23 1 77
The following SAS program is submitted:
proc print data=WORK.ONE; where Num="1";
run;
What is output?
答案是no output is generated.
但是我用自己的code
会有error
但还是会output 全部的observations出来
请问是否此题只是单纯问如果where="1"会不成功
但where=1
就会成功的意思吗?
我的cde:
DATA WORK.ONE;
INPUT Num Cha $ @@;
Cards;
1 23 3 23 1 77
;
/*The following SAS program is submitted:*/
proc print data=WORK.ONE;
where Num="1";
run;
谢谢大家了~
--
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 8.41.66.201
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Statistics/M.1540685119.A.A1C.html