1. 选哪一个可以创建comma delimited file(CSV)我选的程序是
ods cvsall file=...
...
ods cvsall close;
没有ods cvs的选项,而且其他感觉都不太对,有一个是open cvs file=...这样的,感觉不对吧?
2. 计算人口增长,每年增2%,结果要是每年年份和相应的人口数量
我选的好像是
do year=*** to ***;
...*1.02
output;
end;
大概这样的
3. 问proc means可以处理的数据是什么
选项有
non-missing numbers
missing and non-missing numbers
non-missing numbers and numbers in character form
missing and non-missing numbers and numbers in character form
大概这个意思
我不确定选什么,知道的人说下呗~
4. 别人说过的这个
The contents of the raw data file EMPLOYEE are listed below:
----|----10---|----20---|----30
Ruth 39 11
Jose 32 22
Sue 30 33
John 40 44
The following SAS program is submitted:
data test;
in file' employee';
input employee_ name $ 1-4;
if employee_ name = 'Ruthh' then input idnum 10-11;
else input age 7-8;
run
Which one of the following values does the variable IDNUM contain when the name
of the employee is "Ruth"?
A. 11
B. 22
C. 32
D. . (missing numeric value)
Answer: B
5. 有个程序中间有句是end=eof; ****=eof;run;
然后问数据输入到最后一个的时候****是多少?我选1.
6. 选项是Program Data Vector那个表,就是看_error_,这个肯定不是0就是1,而且前面有1后面不会变成0
7. 还有超级多新题,记不住。
8. 百科下考试的界面,右上角有一个钟一样的是显示时间的,下面的是进度条,可以点击选择隐藏或者显示
9. 其实我只考了89%,尼玛,看到成绩真是要哭晕在厕所。不知道是不是我运气差,别人的机经我也都看了,可是还是有超多新题,还有3个还是4个填空啥的。所以我选的可能不太靠谱哟。