首先感谢坛子里的前辈们!非常感谢大家提供的各种寂静
不紧不慢的看了两天 今天95%过啦~
前辈们重提比较多的题目就不说了 说两道我完全没见过的新题 (本人记性很糟 有错多多包涵)
1.
text file
------|-------10-------|-----
123456 [dollarsign]23.34
Data xxxx;
infile '_textfilename_';
input id 5. @10 price;
run;
What is the output of price
A. '.' missing
B. $23.34
C. 23.34
D. no value(not sure)
2.
主要就是靠怎么求和array的
先给了个table 然后第二个table多了个column是第一个table中某俩variables之和
问语句中应加入什么内容来得到第二个表格
假设array名为goods{3}
A. Total = goods{1} + goods{2} + goods{3}
B. Total = sum(of goods{*})
C. Total = sum(of goods{_all_})
D. = = 忘啦抱歉 大约也是一个sum()的
= =||| 错误多多 内容少少
如果有同见过此题的同学欢迎修正 给予答案!为考adv攒rp啦!