作者AmigoSafin ()
看板Statistics
标题[程式] SAS index问题一问
时间Sun Dec 9 00:03:31 2018
[软体程式类别]:
请填入软体程式类别,例如:SAS、SPSS、AMOS、R、STATA、EVIEWS...等
SAS
[程式问题]:
资料处理、回归、叙述统计、logistic、probit...等
资料处理
[软体熟悉度]:
请把以下不需要的部份删除
熟悉
[问题叙述]:
大家好
不好意思想请教一题 SAS 考试的题目:
The SAS data set WORK.TEST has an index on the variable ID and the following
SAS program is submitted.
data WORK.TEST;
set WORK.TEST(
keep=ID Var_1 Var_2
rename=(ID=ID_Code);
Total=sum(Var_1 Var_2);
run;
Which describes the result of submitting the SAS program?
A.
The index on ID is deleted.
B.
The index on ID is updated as an index on ID_Code.
C.
The index on ID is deleted and an index on ID_Code is created.
D.
The index on ID is recreated as an index on ID_Code.
答案是A
我两次都选C
不知道有没有版友知道为什麽选A呢
谢谢大家!
--
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 129.21.68.171
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Statistics/M.1544285014.A.3B5.html