2016-01-22 SAS Base机经 94% Pass 考试经验+资料
今天刚考完 SAS Base. 95% Pass. 虽然和各位学神比起来分数mediocre,但还是要重点感谢机经!以下是考题,我能记住的也就这些了,祝大家考试成功!Best of lucks everyone!
About Me:
SAS 0 基础;
Exam Day:
62 题;110mins
本来是9:45am 考试,正好机房没人就提前9点考了。
没有新题,全是机经里的。
3个填空题
Exam Prep:
复习时间:一个月 (因为写论文+工作,每天复习约2小时吧);
**资料**
WEEK 1 — Week 2: 读书
“SAS Certification Prep Guide: Base Programming for SAS 9 Third Edition” (如果你就想pass,读不读都行)
- 用了两周多看这个
- 每天1-2个chapters
- 做后面的Practice Questions
- +1000 页版本 (skip chapter 12): file:///Users/apple/Downloads/4629-4756302-34.pdf
WEEK3:做题+机经
50题 + 70题 + 95题 + 123题
- 反复看了70题+123题
- 看论坛上的各种机经;
考试题目:
70题:3,5,9 (改为50.5),10,11,13(改为:Diff1-Diff3),15,16,17,20,21 (改为:GT 50),22,24,28, 30,31,32,35(改为:else output); 36,37,42(填空题:Text=’US-Australia, Denmark),46(多了一个missing value,答案没变),52 (WORK.EMP_DEPT data set 加了一个obs; 答案变3),53,
56.问选择改成了
A) var region product;
B) var region*product;
C) table region product;
D) table region*product;
57(问day of the month instead of day of the week),58,60 (答案3个),61,63,65,66 (填空题:数字变了,在外面那个loop里加了一个output, do year = 1 to 7, Answer: 7),67 (改为:X=3), 69,70 (问:什么导致的error)
123题 好像没考。。。忘了!
机经
1. 选择题:2012 to 2021 人口,每年增长2%,四个loop, 我选的好像是…tolpop = pop*1.02??
2. 选择题:yearcutoff = 答:-99
3. 选择题:data set names: _table, table, 2table, table-2; 答:2
4. 选择特:split=*
5. 填空题:ascending expenses within IDNumber;
6. 选择特:dataline statement missing “;”
7. 选择题:If _N_=1, then TOTAL=0;
else TOTAL=ININUM + NEWNUM; (我不记得具体的variable names)
我选的是
ID ININUM NEWNUM TOTAL
1 50 4 0
2 35 2 35
3 45 12 57
8. 选择题:put(date, worddate20.)
9. 选择特:怎么打开pdf 文件?ods pdf file =
10. 选择题:Ruth, 问ID — 读下一行的ID
11. 选择题:_N_1,2,3,4: _ERROR: 1 0 0 1
12. 选择题:If Amount=4
then word=”FOUR”;
If Amount=7
then word=”Seven”;
Else if word=”None!!!”;
Amount=7;
run;
13 选择题:Qtr1 = sum(of month{*});
14 选择题:length vs. format 那个!length $ 15 不变
15 选择题:proc content data = _all_ 问能打开什么数据
16 选择题:end = eof;
input newvar;
newvar = eof
run; (eof =1)
17 选择题: odf html file = “…..”;
proc freq …..;
proc means …..;
run;
ods html close; (问: how many procedure outputs it produces?)
转载请注明:数据分析 » 2016 SAS Base机经 94% Pass 考试经验+资料