由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 问过sas base题
相关主题
请教SAS base 123 一题sas adv问题
大家给我提个醒吧,sas问题。怎样在data step跳过格式不对的data record?
请教一个sas的sort date变量问题如何根据cdf(比较复杂,不能求微分)求其pdf
sas读入数据时的一个问题请教[合集] 求教一道Advanced SAS
SAS BASE Questionssas question, please help!
question about SAS BASE 123 NO.110[合集] 刚过了Advanced SAS
One question about data step in sas[合集] 请问sas input的一个问题
请问base(123题)的第114题请教SAS问题:这个code有什么办法简化吗?
相关话题的讨论汇总
话题: product话题: 答案话题: price话题: sas话题: numeric
进入Statistics版参与讨论
1 (共1页)
l***i
发帖数: 8
1
The contests of the raw data file Product are listed below;
----|----10--
2461 $25.31
The following sas program is submitted:
data inventory;
infile 'product';
input idnum 5. @10 price;
run;
Which one of the following is the value of the price variable?
A. 25.31
B. $25.31
C. .(missing numeric vales)
D. No value is stored as the program fails to excute due to errors.
The Answer:C
我不太明白为什么是C这个答案,price是从第十个位置开始读的,那么读出来的结果应
该是.31。但是答案中没有这个答案。
L****n
发帖数: 3545
2
If I remember correctly, the position input (@n) can only read in standard
numeric values .... yours is dollar6.2 informat ......

【在 l***i 的大作中提到】
: The contests of the raw data file Product are listed below;
: ----|----10--
: 2461 $25.31
: The following sas program is submitted:
: data inventory;
: infile 'product';
: input idnum 5. @10 price;
: run;
: Which one of the following is the value of the price variable?
: A. 25.31

l***i
发帖数: 8
3
Thanks!
I know what I did wrong now.
w*******t
发帖数: 364
4
mark, 学习了。
1 (共1页)
进入Statistics版参与讨论
相关主题
请教SAS问题:这个code有什么办法简化吗?SAS BASE Questions
[合集] 一个sas问题question about SAS BASE 123 NO.110
请教,base 50 中的题目,One question about data step in sas
[求助]SAS free format 数据读入问题请问base(123题)的第114题
请教SAS base 123 一题sas adv问题
大家给我提个醒吧,sas问题。怎样在data step跳过格式不对的data record?
请教一个sas的sort date变量问题如何根据cdf(比较复杂,不能求微分)求其pdf
sas读入数据时的一个问题请教[合集] 求教一道Advanced SAS
相关话题的讨论汇总
话题: product话题: 答案话题: price话题: sas话题: numeric