结果:找到“SAS base 题目”相关内容29个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
07152015 北美 SAS Base 考试心得与题目分享
13 个回复 - 4766 次查看
今天刚刚在罗德岛考完
SAS Base 把考到的
题目分享给大家。复习时间为两天,只看了70题(Crackman的70替详解附上)和123的第109题,有点
SAS的基础(但感觉自己的底子根本没用 考得太细了 该刷题时就刷题)一共考了63道 ...
2015-7-16 11:06 - 造粪机 - SAS专版
请教SAS BASE123题目中的一道
4 个回复 - 2541 次查看
第110题,
题目如下
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: ...
2012-9-17 09:55 - 巴巴冬冬 - SAS专版
求问北美6月15日 SAS base 题目正解 (35题变题)
1 个回复 - 1493 次查看
Given the
SAS data set work.test;
X Y
5 2
3 1
5 6
The following
SAS program is submitted:
data one two three;
set work.test;
if X eq 5 then output one;
if Y lt 5 then output two;
else ou ...
2016-6-16 08:42 - 白虎 - SAS专版
紧急!紧急!紧急求助一道SAS base机经里的题目
1 个回复 - 1066 次查看
我从机经上面看到一道题
data test;do I = 'SUN', 'MON', 'TUES';
weekday=cat(i, 'DAY');
run;问weekday的值是多少,哪位大神知道答案啊?我run这个code的时候一直有error,所以不知道答案是什么。明天早晨就 ...
2016-1-29 05:01 - chenxbuedu - SAS专版
求解sas base 95题和机经上的题目各一道
3 个回复 - 3102 次查看
95题,第78题
By default, PROC MEANS computes how many of the below statistics? Standard deviation, Range, Count, Minimum value, Variance, Mode a) 2 b) 3 c) 4 d) None of the above
答案是b,3个, ...
2015-9-2 10:59 - wuweixiong888 - SAS专版
一道SAS BASE 123里面的题目
2 个回复 - 1094 次查看
QUESTION 98
The following
SAS program is submitted:
footnote1 'Sales Report for last Mounth';
footnote2 'Selected Products Only';
footnote3 'All Regions';
footnote4 'All Figure in Thousands of ...
2015-2-27 11:10 - hailingkatherin - SAS专版
一道SAS BASE题目
3 个回复 - 1354 次查看
80. Assume ecsql1.employee_donations has 6 observations, and qtr1 has 6 values
listed below:
100
200
300
.
150
50
What is the value of donation_tot after the 5th DATA step iteration?
data w ...
2015-2-25 22:21 - hailingkatherin - SAS专版
求解一道SAS BASE的题目
2 个回复 - 975 次查看
86. Which of the following is standard data that may be read with either column input
or formatted input?
a) $1000
b) 10/3/2012
c) 10%
d) -1.54E-3
Answer: D
ABC错在哪里了?满足
题目条件的dat ...
2015-2-25 22:25 - hailingkatherin - SAS专版
一道关于SAS BASE 95里面的题目
4 个回复 - 1517 次查看
88. Given the following DATA step:
data loop;
x = 0;
do index = 1 to 5 by 2;
x = index ;
end;
run;
Upon completion of execution, what are the values of the variables X and INDEX in the
SAS d ...
2015-2-25 22:31 - hailingkatherin - SAS专版
一道SAS Base的题目
1 个回复 - 1473 次查看
The following program is submitted:
data fltaten;
input jobcode $ salary name $;
cards;
FLAT1 70000 Bob
FLAT2 60000 Joe
FLAT3 30000 Ann
;
run;
data desc;
set fltaten;
if salary>60000 then d ...
2015-2-15 22:05 - hailingkatherin - SAS专版
请高人帮忙看一道SAS BASE题目
4 个回复 - 1337 次查看
如题,The
SAS data set Sashelp.Prdsale contains the variables Region and Salary with 4 observations per Region. Sashelp.Prdsale is sorted primarily by Region and within Region by Salary in descending ...
2013-5-11 03:08 - djxboywssyds - SAS专版
关于sas base 70题目讨论
0 个回复 - 1073 次查看
1.Consider the following data step:
data WORK.NEW;
set WORK.OLD;
Count+1;
run;
The variable Count is created using a sum statement. Whichstatement regarding this variable is true?
A.It is assign ...
2014-12-16 07:36 - 星落荒原 - SAS专版
SAS BASE 21/3/2014 通过,有变种题目
7 个回复 - 2186 次查看
题目基本上是70题里面的。
不过能下载的材料里面基本上都是有关一道CVS文件的
题目,答案给的是只能用texteditor 打开,考试中文件是CSV,肯定是也能用Excel打开的。
还有一个
题目是 770题里面,where=‘1’, 这 ...
2014-3-23 13:54 - xuxu412 - SAS专版
求高人解答几个SAS BASE123的题目
6 个回复 - 3331 次查看
1.
The following
SAS program is submitted:
data work.flights;
destination = 'CPH';
select(destination);
when('LHR') city = 'London';
when('CPH') city = 'Copenhgen';
otherwise;
end;
run;这个 ...
2013-8-11 14:01 - ahzichuan007 - SAS专版
请教SAS BASE 123中的一道题目
3 个回复 - 1692 次查看
请教各位大神第111道题,
A
SAS PRINT procedure output of the work. levels data set is listed below:
obs name level
1 Frank 1
2 Joan 2
3 Sui 2
4 Jose 3
5 Burt 4
6 Kelly .
7 Juan 1
The followi ...
2012-9-14 11:57 - 巴巴冬冬 - SAS专版
请教一道sas base题目
4 个回复 - 1561 次查看
29.The following
SASprogram is sumbitted: data WORK.INFO; infile 'DATAFILE.TXT'; input @1 Company $20. @25 State $2. @; if State=' ' then input @30 Year; else input @30 City Year; ...
2012-2-5 14:05 - layyine - SAS专版
请教一刀SAS base的题目
3 个回复 - 1142 次查看
程序如下:
data atest;
first="Ipswich,England";
City_Con=substr(First,1,7)||','||'England';
run;
答案:City_Con长度为25,但我怎么数也是23啊。。。还在
SAS上运行了。。。求大牛请教啊
2012-4-26 20:57 - evanwang1990 - SAS专版
请问2个SAS base的题目
4 个回复 - 2015 次查看
请问各位,下面这两个程序中蓝色部分的区别怎么解释呢?非常感谢~
QUESTION 13
A raw data file is listed below:
RANCH,1250,2,1,Sheppard Avenue,"$64,000"
SPLIT,1190,1,1,Rand Street,"$65,850"
CON ...
2011-4-25 23:37 - littlejay - SAS专版
[求助]请教Base SAS题目(4.01)
6 个回复 - 3959 次查看
A
SAS PRINT procedure output of the WORK.LEVELS data set is listed below:
Obsname level
1 Frank 1
2 Joan 2
3 Sui 2
4 Jose 3
5 Burt 4
6 Kelly .
7 Juan 1
The following
SAS program is submitted: ...
2007-4-1 13:09 - qt600 - SAS专版
[求助]请教Base SAS题目(更新一题)
7 个回复 - 3191 次查看
The following
SAS program is submitted:
data numrecords;
infile 'file-specification';
input @1 patient $15.
relative $ 16-26 @;
if relative = 'children' then
input @54 diagnosis $15. @;
else if ...
2007-3-21 08:41 - qt600 - SAS专版
[求助]请教一道Base SAS题目
3 个回复 - 2292 次查看
The following
SAS program is submitted:
data work.new;
length word $7;
amount = 7;
if amount = 5 then word = 'CAT';
else if amount = 7 then word = 'DOG';
else work = 'NONE!!!';
amount = 5 ...
2007-3-19 03:30 - qt600 - SAS专版