结果:找到“sas 123 4”相关内容87个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
2天过SAS BASE,附学习资料及123题答案解析
92 个回复 - 42662 次查看
早听说过SAS BASE如果要PASS,只需要做好几套练习题就好,于是本着不求甚解,只为证书的原则,花了2天的时间做了3套题目(
123, 50, 30),然后一大早跑去考试,虽然确实有不确定的题目(比如CATS,CATX),但是觉得 ...
2009-7-2 02:10 - rockfido - 商业数据分析
sas 123题库里面的第32、39、93题问题
7 个回复 - 12760 次查看
QUESTION 32
The contents of the SAS data set named PERM.STUDENTS are listed below:
name age
Alfred 1
4
Alice13
Barbara 13
Carol 1
4
The following SAS program is submitted using the PERM.ST ...
2013-1-13 12:48 - 龙潭丰乐 - SAS专版
sas base 123题中的第91 题
4 个回复 - 7914 次查看
sas base
123题中的第91 题
The following SAS program is submitted:
proc report data = work.houses nowd;
column style price;
where prices
2016-1-12 21:47 - qcasrl - SAS专版
sas base 123题的 13 14
0 个回复 - 1291 次查看
大家好,
想知道
sas base
123题中13 题if...then... 语句的用法? 题如下
QUESTION 13A raw data file is listed below:
RANCH,1250,2,1,Sheppard Avenue,"6
4,000"SPLIT,1190,1,1,RandStreet,"6
4,000"SPLIT, ...
2019-4-10 02:44 - xayzzsr - SAS专版
sas base 123题 中的第9题
1 个回复 - 2193 次查看
sas base
123题 中的第9题,答案选C,
这里有个疑问,infile 'file-specification' option[/backcolor] dlm = ',';
option 写在这个位置合适吗?感觉不对呢?
原题如下:
QUESTION 9
A raw data record is ...
2018-10-11 11:40 - 吐丝结茧 - SAS专版
SAS123题中的111题为什么选B
7 个回复 - 3418 次查看
问题请教!SAS
123题中的第111题答案为什么选B不选C呢?
对于Name=Burt的人,他的level=
4为什么是medium不是high?
请各位好心的大大们帮我解答一下可以吗?
还有现在那个SAS
123题的blog是不是不能用了,我输入这个 ...
2014-3-25 11:30 - rainbowkite - SAS专版
sas 123题第14 题求教
5 个回复 - 1951 次查看
QUESTION 1
4
A raw data file is listed below:
RANCH,1250,2,1,Sheppard Avenue,"$6
4,000"
SPLIT,1190,1,1,Rand Street,"$65,850"
CONDO,1
400,2,1.5,Market Street,"80,050"
TWOSTORY,1810,
4,3,Garris Street, ...
2013-5-22 23:16 - cyx110688 - SAS专版
SAS Base 123题中87题
15 个回复 - 14668 次查看
为什么答案选B?
The SAS data set BANKS is listed below:
BANKS
name rate
FirstCapital0.0718
DirectBank0.0721
VirtualDirect0.0728
The following SAS program is submitted:
data newbank;
...
2011-1-27 13:34 - dqianli - SAS专版
小女子求解答SAS base 123题库里的几道问题
4 个回复 - 2609 次查看
第2
4题:
The followin SAS DATA step is submitted:
data
sasdata.atlanta
sasdata.boston
work.portland
work.phoenix;
set company.prdsales;
if region='NE' then outpou bostan;
if region='S ...
2016-3-12 22:00 - MiSH2HK - SAS专版
关于SAS初级考试123题第96题
8 个回复 - 3300 次查看
QUESTION 96Exhibit: listing of the SASUSER.HOUSES data setThe following SAS program is submitted:proc report data =
sasuser.houses nowd headline;column style price;where prices lt 100000;define price ...
2018-1-17 21:21 - miclilu - SAS专版
还想请教一下大家sas base123题的112和50题里面的41题区别
4 个回复 - 4201 次查看
123题的
41:
The contents of the raw data file SIZE are listed below:
--------10-------20-------30
72 95
The following SAS program is submitted:
data test;
infile 'size';
input @1 height 2. @
4 w ...
2015-9-12 04:11 - Huallage - SAS专版
sas123题
3 个回复 - 5508 次查看
sas123题中得
question 116
data work.totalsales;
set work.monthlysales(keep=year product sales);
retrain montnsales {12};
array montnsales {12};
doi=1 to 12;
monthsales{i}=sales;
end;
ent+1; ...
2012-5-18 10:05 - 围炉吃瓜 - SAS专版
SAS base 123中 73、76题疑问
13 个回复 - 10652 次查看
两个题目都是有关变量长度的问题
QUESTION 73
The following SAS program is submitted:
data work.test;
First = 'Ipswich, England';
City_Country= substr(First,1,7)!!', '!!'England';
run;
Which one o ...
2014-1-21 15:24 - 木颜夕 - SAS专版
求问SAS BASE 123题第92题。谢谢啦!
2 个回复 - 5037 次查看
92 The following SAS program is submitted:
proc report data =
sasuser.houses nowd headline headskip;
column style price;
where price
2017-4-19 05:33 - pinoccur - SAS专版
SAS base 后天考试,向前辈请教123中三道题。谢谢!
15 个回复 - 6553 次查看
各位前辈,楼主处于
48小时最后突击SAS base考试,看到模拟题
123中三道题不太明白为什么是那几个答案,希望过来人可以指教一二,在此谢过!
QUESTION 72
The following SAS program is submitted:
data work.tes ...
2015-1-5 13:24 - HannahLove - 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专版
SAS BASE123题
3 个回复 - 1845 次查看
最近在备考base,做
123题错误好多,有没有近期考过的,能否发一份你们的
123资料,我只有九个论坛币,可以都奉送,谢谢!邮箱597133
433@qq.com
2017-3-8 08:02 - Joanna_Qiao - SAS专版
sas base 123题中的第87题
3 个回复 - 2834 次查看
The SAS data set BANKS is listed below:
BANKS
name rate
FirstCapital0.0718
DirectBank0.0721
VirtualDirect0.0728
The following SAS program is submitted:
data newbank;
do year = 1 to 3; ...
2016-10-2 22:41 - sunyuming9401 - SAS专版
关于SAS BASE 123题求问
2 个回复 - 2265 次查看
The contents of the raw data file PRODUCT are listed below:
----|----10---|----20---|----30
2
4613 $25.31
The following SAS program is submitted:
data inventory;
infile 'product';
inp ...
2016-8-9 02:23 - helenxcy9348 - SAS专版
请教SAS BASE 123题里面的几道题
2 个回复 - 2504 次查看
QUESTION 112
The contents of the raw data file SIZE are listed below:
----|----10---|----20---|----30
72 95
The following SAS program is submitted:
data test;
in file 'size';
input@ 1 height 2. ...
2016-7-9 06:01 - 水色青空 - SAS专版
求解SAS Base 123题的No.72
7 个回复 - 3685 次查看
题目如下:
The following SAS program is submitted:
data work.test;
First='Ipswich, England';
City=substr(First,1,7);
City_Country=City!!', '!!'England';
run;
Which one of the following is the v ...
2015-2-28 15:33 - lime_kim - SAS专版
SAS base 123题库里,几道问题
3 个回复 - 3336 次查看
第73题
为什么是25呢,我知道要拿first 的长度是16,加上‘england’ 的长度是7,还有2个(‘,’)是哪里来的?
第79题
答案是B, 完全不明白!
第82题
答案是 ...
2016-3-13 16:35 - MiSH2HK - SAS专版
SAS base123JJ 里的第13题
0 个回复 - 2244 次查看
A raw data file is listed below:
RANCH,1250,2,1,Sheppard Avenue,"$6
4,000"
SPLIT,1190,1,1,Rand Street,"$65,850"
CONDO,1
400,2,1.5,Market Street,"80,050"
TWOSTORY,1810,
4,3,Garris St ...
2016-3-12 19:53 - MiSH2HK - SAS专版
SAS BASE 123 第79和103题
4 个回复 - 3940 次查看
请教一下base
123 中的两道题:
79.
The following SAS program is submitted:
data work.products;
Product_Number=5
461;
Item = '1001';
Item_Reference=Item||'/'||Product_Number;
run;
Which one of t ...
2015-7-10 16:45 - 铃萝 - SAS专版
sas base 123 两个字符串长度问题疑惑求解答!
9 个回复 - 3558 次查看
question 72
The following SAS program is submitted:
data work.test;
First = 'Ipswich, England';
City = substr(First,1,7);
City_Country = City!!', '!!'England';
run;
Which one of the following i ...
2014-9-14 02:30 - yuyuelife - SAS专版
sas base 123第57题
1 个回复 - 1982 次查看
请问A为什么是错的, notes 解释如下:
NOTE: Character values have been converted to numeric values at the places given by: (Line):(Column).
6
4:
45 65:19
NOTE: Variable staff is uninitia ...
2015-11-2 11:43 - tudou531 - SAS专版
SAS 9.4 SID 64位 到20151231
14 个回复 - 4657 次查看
亲测可用
功能完整
32位元的可以自己试试看了
所有续订板块如下
*DROPPED SAS/INSIGHT;
*DROPPED SAS/LAB;
*DROPPED SAS/Secure Windows;
*PRODNUM000 = BASE Base SAS;
*PRODNUM001 = STAT SAS/STAT;
...
2015-8-4 10:29 - dogmamongo - 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 @5
4 diagnos ...
2015-9-9 03:43 - Huallage - SAS专版
sas base 123 请教答案, 为什么? 谢谢
2 个回复 - 1516 次查看
The following SASprogram is submitted: data work.flights; destination = 'cph';select(destination);
when('LHR') city ='London'; when('CPH') city = 'Copenhgen'; otherwise city = 'Other';end; run;
Whic ...
2015-8-24 04:52 - wenling15 - SAS专版
SAS base 123题 Q5
7 个回复 - 1952 次查看
The following SAS program is submitted:
data work.sets; do until (prod gt 6); prod + 1; end;run;Which one of the following is the value of the variable PROD in the output data set?
A. 5 ...
2015-6-10 12:38 - Sophia_Stitch - SAS专版
sas 123里面一个马上考了还是一直不明白
5 个回复 - 1385 次查看
QUESTION 112
The contents of the raw data file SIZE are listed below:
----|----10---|----20---|----30
72 95
The following SAS program is submitted:
data test;
in file 'size';
input@ 1 height 2. ...
2015-3-18 08:31 - hwyale - 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';
footnote
4 'All Figure in Thousands of ...
2015-2-27 11:10 - hailingkatherin - SAS专版
SAS BASE 123一题
2 个回复 - 1761 次查看
QUESTION 111
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 progr ...
2015-2-27 11:14 - hailingkatherin - SAS专版
请教SAS Base123中的2道题
6 个回复 - 4068 次查看
QUESTION
47
我承认我在书上没见过array用于proc step,但不明白为什么?
-------------------------------------------------------------------------------------
QUESTION 112
The contents of the r ...
2011-4-2 09:10 - atmosphere7 - SAS专版
SAS Advanced样题里有123题吗?
1 个回复 - 1638 次查看
准备下周考SAS Advanced认证, 在论坛上下载的学习资料, 一共
4套题, 已经看完了.
63+50+130+130
可是并没有看到
123题, 但又在几个帖子里看到提及, 唯一搜索出的下载贴又没有附件, 请问SAS advanced 有
123样题吗? ...
2013-3-9 08:06 - 东轩 - 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 base123中的一道题
2 个回复 - 1136 次查看
第五题
The following SAS program is submitted?
data work.sets;
do until (prod gt 6);
prod+1;
end;
run;
which one of the following is the value of the variable PROD in the output data set?
A. ...
2012-9-15 04:14 - 巴巴冬冬 - SAS专版
求助!2道SAS 123题中的题目
2 个回复 - 2052 次查看
55 The following SAS program is submitted:
data work.flights;
destination = 'CPH';
select(destination);
when('LHR') city = 'London';
when('CPH') city = 'Copenhagen';
otherwise;
end;
run;
Whic ...
2012-8-22 06:55 - smalllaugh - SAS专版
sas123题疑问
3 个回复 - 3335 次查看
sas123题中得question115:
data work.january;
set work.allmonths (keep=product month num_sold cost);
if month='jan'then output work.january;
sales=cost*num_sold;
keep=product sales;
run;
W ...
2012-5-18 10:07 - 围炉吃瓜 - SAS专版
[下载]考博归来,奉献精心收藏的SAS Programming123系列
139 个回复 - 17132 次查看
博士被录取了,很高兴,特来将自己精心收集的SAS Programming I&II&III相关资料奉献给大家。目录:SAS Programming I【Course Notes(Book code 59728, course code PROG1, prepared date 29Apr0
4.)与Data&Pr ...
2009-5-10 11:19 - gougou11 - 商业数据分析
求教 SAS base 123题中的第59题
6 个回复 - 3909 次查看
The following SAS program is submitted:
data work.staff;
JobCategory= 'FA';
JobLevel= '1';
jobCategory= JobCategory || JobLevel;
run;
Which one of the following is the value of the variabl ...
2011-1-24 09:29 - dqianli - SAS专版
求教SAS base 123题中的第59题
2 个回复 - 4928 次查看
The following SAS program is submitted:
data work.staff;
JobCategory= 'FA';
JobLevel= '1';
jobCategory= JobCategory || JobLevel;
run;
Which one of the following is the value of the variabl ...
2011-1-24 09:26 - dqianli - 商业数据分析
问几道SAS base 123的题
3 个回复 - 2821 次查看
Question 15.
data numrecords;
infile 'file-specification';
input @1 patient $15. relative $ 16-26@;
if relative='children' then
input @ 5
4 diagnosis $15. @;
else if relative= 'parents' then
in ...
2009-8-27 05:28 - mazhengjy - SAS专版
求助 sas base 123几道题
2 个回复 - 1461 次查看
眼看快考试了,我觉得我已经全弄混了,现在碰到有关与variable length的题目我就害怕,恐惧。
像题目55,64,76,80,81都有问到length,不明白!!!急死了!!
各位师哥师姐可否帮我讲一下,或者我应该 ...
2009-7-14 16:58 - mijojo - SAS专版
请教sas base 123 中2题, 谢谢.
4 个回复 - 2667 次查看
请教
sas base
123 中2题, 谢谢.
16 data work.empsalary;
set work.people(in=inemp);
work.money(in=insal);
if insal and inemp;
run;
The data set work.people has 5 obs, and the data set w ...
2009-3-1 14:07 - jessie31 - SAS专版