结果:找到“70题”相关内容94个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
20150710 SAS Base 北美考试机经
6 个回复 - 3293 次查看
SAS 零基础,复习了两周,遵循网上前人们的经验,主要看50+70+123+online tutor,考了50分钟左右加检查一遍,楞是把原本写对的题给改错了。。同学们,后来记忆越来越不清晰,改题慎重!
好了,言归正传,我来mark一 ...
2015-7-11 02:55 - wzhichen - 现金交易版
SAS学习教程完整篇(绝佳的SAS考试复习材料)
5 个回复 - 5474 次查看
SAS手把手教学课件,SAS base和advance考试必看,目录如下:Chapter 1Applied Statistical Computation with SASChapter 2Referencing Files and Setting OptionsChapter 3Editing and Debugging SAS ProgramsChapte ...
2015-5-23 03:12 - rimon3426 - 现金交易版
12月98%通过,分享base70题详解
6 个回复 - 3144 次查看
刚通过base考试,98%,没考到满分,分享一些心得:
1、基础知识、题库/机经都很重要,但各有特点,要懂得充分利用。
2、简单的背机经存在很大的风险,要充分理解每道题目考察的要点和重点。
3、做题目的过程中,除 ...
2015-12-30 15:27 - 8112mmw - SAS专版
求问大家sas base 70题的第二题!!
1 个回复 - 504 次查看
Given the following raw data records in TEXTFILE.TXT:
John,FEB,13,25,14,27,Final
John,MAR,26,17,29,11,23,Current
Tina,FEB,15,18,12,13,Final
Tina,MAR,29,14,19,27,20,Current
The following output ...
2022-7-23 19:01 - 八角avoneccs - 灌水吧
SAS70题的第48题
1 个回复 - 1242 次查看
48.The following SAS program is submitted:
data WORK.TEST; drop City; infile datalines; input Name $ 1-14 / Address $ 1-14 / City $ 1-12 ; if City='New York ...
2020-5-29 14:12 - lrnanfayer - SAS专版
SAS BASE 70题之第59题请教
2 个回复 - 1356 次查看
原题如下:
-----------------------------------------------------------------------------------------------------
59.Given the contents of the raw data file TYPECOLOR.DAT:
----+----10---+----20--- ...
2019-12-20 11:56 - nile0326 - SAS专版
求解释sas70题的第47题
3 个回复 - 1435 次查看
47.The following output is created by the FREQUENCY procedure: The FREQ Procedure Table of region by product region product Frequency| Percent | Row Pct | Col Pct |corn |cot ...
2019-1-19 06:41 - tzj0017 - SAS专版
求问大神SAS Base 70题里面的第24题
5 个回复 - 2947 次查看
24.Given the following raw data records:
----|----10---|----20---|----30
Susan*12/29/1970*10
Michael**6
The following output is desired:
Obs employee bdate years
1 Su ...
2016-3-8 14:18 - mingyuqi - SAS专版
Crackman 70题的第12题到底选A还是C?
2 个回复 - 1403 次查看
小白求助, 怎么看到不同答案。
The Excelworkbook QTR1.XLS contains the following three worksheets:
JAN
FEB
MAR
Which statement correctly assigns a library reference to the Excel w ...
2019-3-4 13:56 - ilovejosh - SAS专版
sas70题的第48题
3 个回复 - 2293 次查看
48.The following SAS program is submitted: data WORK.TEST; drop City; infile datalines; input Name $ 1-14 / Address $ 1-14 / City $ 1-12 ; if City='New York ...
2019-1-19 06:44 - tzj0017 - SAS专版
关于crackman 70题上的第十题问题
4 个回复 - 1635 次查看
在准备SAS BASE 认证的学习中必做的一项crackman70里面其中第10题,原题如下:
[hr]
10.The following SAS program is submitted:
data WORK.RETAIL;
Cost=’$20.000′;
Discount=.10*Cost;
run;
What is ...
2018-12-12 18:31 - qguo551 - SAS专版
sas70题,第二题正确答案是C和D吗?我抄了一遍程序发现这俩结果都会。
0 个回复 - 1229 次查看
data work.numbers; *A;
length name $4 month $3 status $7;
infile "d:/sas/sas70di2ti.txt" dsd;
input name $ month $;
if month="FEB" then input week1 week2 week3 week4 status$;
else if month="MAR ...
2018-11-12 13:19 - 吕不韦 - SAS专版
sas base 70题的第53题疑问?
6 个回复 - 2783 次查看
sas base
70题的第53题原题如下:
The following SAS program is submitted: data WORK.TOTAL_SALARY; retain Total; set WORK.SALARY; by Department; ifFirst.Department then Total=0; ...
2018-10-10 13:07 - 吐丝结茧 - SAS专版
求大佬们解答以下sas base70题的第30题
2 个回复 - 2435 次查看
零基础开始学习sas 不懂就问啦~~~感谢大家的解答!!!!
题目如下:You're attempting to read a raw data file and you see thefollowing messages displayed in the SAS Log: NOTE: Invalid data for Salary in ...
2018-9-12 21:28 - maxmmmm - SAS专版
新人求问SAS BASE 70题中12题答案!谢谢
8 个回复 - 3830 次查看
在刷
70题时发现12题的答案有不同的版本,米粮包中的PDF说选C,Crackman大神的blog中选的是A。
个人认为Crackman的答案更加准确,请问大神们这道题到底应该选什么?万分感谢!
题目:
12.The Excel workbook Q ...
2017-4-18 02:19 - __简。 - SAS专版
考前再请教一下70题里面的问题
13 个回复 - 5557 次查看
在考试前想问一下
70题里自己没搞定的几道题,有劳高手啦,谢谢
--------------------------------------------------------
29.The following SAS program is sumbitted:
data WORK.INFO;
infile 'D ...
2010-8-19 09:21 - srorange - SAS专版
求问70题答案
1 个回复 - 1207 次查看
下载的是米粮包B。其中有两个文件,70(only ans)和crackman详解给出答案。有三道题答案这两者不一样。
其中
70题第12题,70(only ans)给出答案是A, crackman详解给出答案是C。
第29题70(only ans)给出答案是A ...
2018-7-11 09:28 - tunicate - SAS专版
关于SAS base 70题中的第一题
0 个回复 - 970 次查看
本人正在自学SAS,疑惑First.variable和Last.variable的用法;
if first. then payroll=0 这个语句是什么意思呢?
想得到详细的解释!谢谢!
2018-4-13 01:44 - HZJSCAU - 爱问频道
关于crackman70题的疑惑,求大神帮助!
4 个回复 - 3685 次查看
、
12.TheExcel workbook QTR1.XLS contains the following three worksheets:
JAN
FEB
MAR
Which statement correctly assigns a library reference to the Excel workbook?
A. libname ...
2016-1-3 20:30 - 继续守望瓜田 - SAS专版
求SAS BASE 70题 第35题 详细解答
6 个回复 - 7493 次查看
35.given the SAS data set SASDATA.TWO:
X Y
-- --
5 2
3 1
5 6
The following SAS program is submitted:
data SASUSER.ONE SASUSER.TWO OTHER;
set SASDATA.TWO;
if ...
2013-3-17 20:24 - lcaamtb - 商业数据分析
SAS BASE 70题 第60题正确答案是哪个?
0 个回复 - 3314 次查看
跟crackman做sas base认证试题(60)On 2010 年 11 月 21 日, in 0
60.Given the SAS data set WORK.PRODUCTS:
ProdId Price ProductType Sales Returns
—— —– ———– — ...
2017-7-12 21:02 - Laura_666 - SAS专版
crackman base 70题第10题求问
7 个回复 - 3410 次查看
SAS crackman
70题里面的这一道题:
10.The following SAS program is submitted:
data WORK.RETAIL;
Cost=\’$20.000\’;
Discount=.10*Cost;
run;
What is the result? A. The value ...
2017-5-11 22:37 - SinkyQ - SAS专版
crackman 70题第2题求问
3 个回复 - 1915 次查看
求问Crackman
70题这道题的A选项:[/backcolor]2.Given the following raw data records in TEXTFILE.TXT:[/backcolor]
—-|—-10—|—-20—|—-30
John,FEB,13,25,14,27,Final
John,MAR,26,17,29,11,23,C ...
2017-5-8 02:03 - SinkyQ - SAS专版
分享个自己做的70题在线做题网址
5 个回复 - 2948 次查看
小弟正在准备BASE...但是做题的时候经常忍不住去看答案,那样复习比较低效。
然后就在goconq上自己编辑了一套crackman
70题,效果就跟我们刷试卷题差不多。
地址在此
https://www.goconqr.com/en/p/7019051
好处 ...
2016-11-17 15:45 - 回禄睢盱扬紫烟6 - SAS专版
SAS70题之25,运行结果出乎意料
3 个回复 - 2438 次查看
SAS base
70题的第25题
Given the following code: procprint data=SASHELP.CLASS(firstobs=5 obs=15); where Sex='M'; run; How many observations will be displayed? A.11 B.15 C.10 or fewer ...
2016-10-15 04:22 - meihuangsibs - SAS专版
求问SAS base 70题 的第29题 一个变种 (网上的机经)
6 个回复 - 5311 次查看
我在网上看到一位同学,说他遇见了29题的变化形式,如下:
"29.The following SAS program is sumbitted:
data WORK.INFO; infile'DATAFILE.TXT'; input @1 Company$20. @25 State $2. @; if Stat ...
2014-12-6 01:12 - elind - SAS专版
SAS Base 70题 中的14t题,debug
2 个回复 - 2037 次查看
参考答案有如下解释,但是没看懂。。。。就是说 添加DEBUG后 可以控制执行的过程?具体应用场景是什么,解释有点抽象啊。
INVOKING THE DEBUGGER
Invoking the Data Step debugger is as simple as
adding a para ...
2016-4-20 20:11 - ronaldocui99 - SAS专版
70题中的第42题
5 个回复 - 1916 次查看
在复习
70题时,第42题问道:
data work.one;
text='Australia, US, Denmark';
pos=find(Text,'US','i',5);
run;
请问这里面要找的us 是Australia里的, 还是那个大写US?? 我看crackman笔记时有点confuse。。 ...
2016-6-11 03:10 - wen7014 - SAS专版
请教一下SAS BASE 70题的第42题 有个不太懂的地方
4 个回复 - 3618 次查看
42.The following SAS program is submitted:
data WORK.ONE;
Text='Australia, US, Denmark';
Pos=find(Text,'US','i',5);
run;
What value will SAS assign to Pos?
A. 0
B. 1
C. 2
D. 12
======== ...
2016-4-12 22:34 - 赵天静 - SAS专版
有关SAS BASE 70题中的35和21题。请大家帮忙。
3 个回复 - 4613 次查看
首先附上原题和C大神的解释。
21.Given the SAS data set WORK.PRODUCTS:
ProdId Price ProductType Sales Returns
—— —– ———– —– ——-
K12S 95.50 OUTDOO ...
2013-11-13 13:20 - 志明君. - SAS专版
SAS BASE 70题第二题
1 个回复 - 4228 次查看
2.Given the following raw data records in TEXTFILE.TXT:
—-|—-10—|—-20—|—-30
John,FEB,13,25,14,27,Final
John,MAR,26,17,29,11,23,Current
Tina,FEB,15,18,12,13,Final
Tina,MAR,29,14,19,27,20,Cur ...
2016-3-20 03:02 - 旋风连环腿卷八 - SAS专版
SAS 求问70题第2题的答案
2 个回复 - 1511 次查看
2.Given the following raw data records in TEXTFILE.TXT:
----|----10---|----20---|----30
John,FEB,13,25,14,27,Final
John,MAR,26,17,29,11,23,Current
Tina,FEB,15,18,12,13,Final
Tina,MAR ...
2016-3-8 11:20 - mingyuqi - 商业数据分析
求助BASE70题里面的一个疑问
2 个回复 - 1164 次查看
下面是BASE
70题里面的一道The following SAS program is submitted:
data WORK.ONE;
Text=’Australia, US, Denmark';
Pos=find(Text,’US’,’i’,5);
run;
What value will SAS assign t ...
2016-2-10 11:27 - sauss - SAS专版
SAS Base 70题 output
5 个回复 - 1668 次查看
新手求教~ 请问为什么结果是无输出结果呢?
data set Work.One
Num Char$
1 23
3 23
1 77
the sas program is submitted:
Proc print data=Work.One;
where Num=' ...
2015-12-20 23:07 - 偌莫诺 - SAS专版
SAS Base 70题 程序执行问题
2 个回复 - 1902 次查看
新人求教~ 请问程序执行顺序是什么呢?请解释Region结果 谢谢!
程序代码如下:
Data work.geo;
infile datalines;
input City $20.;
if city='Tulsa' then State='OK';
Region='Central';
if City='Los Ange ...
2015-12-20 22:50 - 偌莫诺 - SAS专版
麻烦大家帮我看看sas base 70题的29和123题的15题
7 个回复 - 3009 次查看
这是123题的第15题
The following SAS program is submitted:
data numrecords;
infile 'file-specification';
input @1 patient $15.
relative $ 16-26 @;
if relative = 'children' then
input @54 diagnos ...
2015-9-9 03:43 - Huallage - SAS专版
问一道sas base 70题上的第43题
4 个回复 - 2426 次查看
如题,正确选项是 ship_note=catx(' ','Order',order_id,'shippedon',put(shipped,date9.),'to',customer);其中shipped是numeric, contains sas data value, 用put转换了,那为什么order_id不用put呢?
2015-9-1 04:51 - wuweixiong888 - SAS专版
关于SAS BASE 70题的问题
1 个回复 - 1325 次查看
想问问大家准备base考试,
70题是看CRACK_MAN 那个版本吗?还有一个版本只有答案没有讲解。感觉这两个版本答案有一些不一样啊?
请教一下,大家都是看哪个啊?
2015-7-5 07:20 - sarahc - SAS专版
问两个base 必考机经的变形70题目
4 个回复 - 2038 次查看
有两个题目看各位说几乎肯定要考,有不明白的
1.
44(有semicolon了)[/backcolor]
[/backcolor]
这个如果有semicolon 选什么呢?我觉得是a?[/backcolor]
[/backcolor]
44.The following SAS progr ...
2015-3-20 13:17 - hwyale - SAS专版
关于SAS BASE 70题一题的变形
3 个回复 - 2515 次查看
The following SAS program is submitted:
data ONE TWO SASUSER.TWO;
set SASUSER.ONE;
run;
Assuming that SASUSER.ONE exists, how many temporary and permanent SAS data
sets are created?
A. 2 ...
2015-3-12 16:52 - hailingkatherin - 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 70 题中第70题 求教
4 个回复 - 1580 次查看
70.After a SAS program is submitted, the following is written to the SAS log: 105 data WORK.JANUARY; 106 set WORK.ALLYEAR(keep=Product Month Quantity Cost); 107 if Month='JAN' then output ...
2014-11-22 11:02 - moraine123 - SAS专版
SAS认证70题第59题咨询
1 个回复 - 3235 次查看
想就SAS 认证
70题的第59题,向大家请教。
原题的程序为
DATA ONE;
INFILE CARDS TRUNCOVER;
LENGTH type $ 5 color $11;
INPUT type $ color $;
CARDS;
daisyyellow
RUN;
问输出是什么?
结果是: type=d ...
2014-5-31 19:57 - 角尖 - SAS专版
老师你好,有2道SAS题求解答,出自SAS 70题。
0 个回复 - 3236 次查看
首先附上原题和Crackman blog里的解释。
21.Given the SAS data set WORK.PRODUCTS:
ProdId Price ProductType Sales Returns
—— —– ———– —– ——-
K12S 95. ...
2013-11-13 13:22 - 志明君. - 统计软件培训班VIP答疑区
弱问70题中的一题
2 个回复 - 1381 次查看
哈哈~~大家帮帮忙,为什么答案是D不是C?
4. A typical value for the numeric variable SiteNum is 12.3. Which statement
correctly converts the values of SiteNum to character values when creating the
v ...
2013-10-19 01:49 - 童童的草莓 - SAS专版
求问 SAS 70题 17 疑问解答
1 个回复 - 1086 次查看
请问,
data CEO;
infile datalines;
input City $20.;
put City $quote20.;
if City='Tulsa' then state='OK';
Region='Central';
if City='Los Angeles' then state='C ...
2013-3-17 20:21 - lcaamtb - 商业数据分析