由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 问一道SAS BASE的题
相关主题
请教, base 50 一个题目,问个SAS BASE 中有关_ERROR_的问题
SAS Base 50题中的30和33题疑问求分析sas base 123 题的第5题
sas base 50 答案和题目感觉有些不对啊BASE 70题一问
请教下这个sas题目。。。SAS code help!! thanks
【求助】SAS Base 一道题一道SAS面试题,关于dummy variable
请教:三道SAS BASE题SAS Macro 问题请教 。。。
一个sas base问题不明白,请教请教一个SAS recode variable的问题吧
请教SAS BASE 11月真题18题sas question
相关话题的讨论汇总
话题: animal2话题: animal1话题: mlgrams2话题: mlgrams1话题: ostrich
进入Statistics版参与讨论
1 (共1页)
w*********a
发帖数: 3
1
33.The following SAS program is submitted:
data test;
input animal1 $ animal2 $
mlgrams1 mlgrams2;
cards;
hummingbird ostrich 54000.39 90800000.87
;
run;
Which one of the following represents the values of each variable in the
output data set?
a. animal1 animal2 mlgrams1 mlgrams2
hummingb ostrich 54000.39 90800000
b. animal1 animal2 mlgrams1 mlgrams2
hummingb ostrich 54000.39 90800000.87
c. animal1 animal2 mlgrams1 mlgrams2
hummingbird ostrich 54000.39 90800000
答案选的是b,但我怎么感觉不对啊?ch
s*****0
发帖数: 357
2
character variable的default length是8,每个字符占一位。
numberical variable的存储方式和character variable不一样,默认值应该也是8,但8
位的numerical variable可以存储很大的一个数或者精确到小数后十几位。答案选b没
错。

【在 w*********a 的大作中提到】
: 33.The following SAS program is submitted:
: data test;
: input animal1 $ animal2 $
: mlgrams1 mlgrams2;
: cards;
: hummingbird ostrich 54000.39 90800000.87
: ;
: run;
: Which one of the following represents the values of each variable in the
: output data set?

1 (共1页)
进入Statistics版参与讨论
相关主题
sas question【求助】SAS Base 一道题
SAS 问题:关于比较variable 包子答谢请教:三道SAS BASE题
急问一个SAS 的常见问题一个sas base问题不明白,请教
怎么把带小数的值ROUND 到整数?请教SAS BASE 11月真题18题
请教, base 50 一个题目,问个SAS BASE 中有关_ERROR_的问题
SAS Base 50题中的30和33题疑问求分析sas base 123 题的第5题
sas base 50 答案和题目感觉有些不对啊BASE 70题一问
请教下这个sas题目。。。SAS code help!! thanks
相关话题的讨论汇总
话题: animal2话题: animal1话题: mlgrams2话题: mlgrams1话题: ostrich