由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - sas base 70 第 20题
相关主题
SAS Base 70题 第20题求教丢人的问个SAS ABC,sas format 是包括在sas dataset里,还是fortmat是个单独文件
SAS Base questionPlease help me with SAS! Thank you!
sas base question这里有没有SAS ODS高手?
SAS format 的问题SAS中FORMAT问题求教
SAS format file--- when I load the file 急~~~谢谢~~~关于SAS interview
SAS Base&Adv真题答案&打折code总结SAS将某个variable的value由数字替换为字符?
How to open SAS datasetSAS问题请教:Numeric Variable Length的设定
SAS - please help!【包子】R 时间变量做减法
相关话题的讨论汇总
话题: localfee话题: countryfee话题: format话题: sas话题: item
进入Statistics版参与讨论
1 (共1页)
p****8
发帖数: 50
1
sas base 70题第20,答案给D,可我认为应该是C。
请大家帮助斟酌一下。
Item 20 of 70 Mark item for review
The data set WORK.REALESTATE has the variable LocalFee with a
format of 9. and a variable CountryFee with a format of 7.;
The following SAS program is submitted:
data WORK.FEE_STRUCTURE;
format LocalFee CountryFee percent7.2;
set WORK.REALESTAT;
LocalFee=LocalFee/100;
CountryFee=CountryFee/100;
run;
What are the formats of the variables LOCALFEE and COUNTRYFEE in the output
dataset?
A.
LocalFee has format of 9. and CountryFee has a format of 7.
B.
LocalFee has format of 9. and CountryFee has a format of percent7.2
C.
Both LocalFee and CountryFee have a format of percent7.2
D.
The data step fails execution; there is no format for LocalFee.
s*******e
发帖数: 1385
2
是C

【在 p****8 的大作中提到】
: sas base 70题第20,答案给D,可我认为应该是C。
: 请大家帮助斟酌一下。
: Item 20 of 70 Mark item for review
: The data set WORK.REALESTATE has the variable LocalFee with a
: format of 9. and a variable CountryFee with a format of 7.;
: The following SAS program is submitted:
: data WORK.FEE_STRUCTURE;
: format LocalFee CountryFee percent7.2;
: set WORK.REALESTAT;
: LocalFee=LocalFee/100;

p****8
发帖数: 50
3
多谢!
1 (共1页)
进入Statistics版参与讨论
相关主题
【包子】R 时间变量做减法SAS format file--- when I load the file 急~~~谢谢~~~
SAS quarter calculation questionSAS Base&Adv真题答案&打折code总结
SAS求助How to open SAS dataset
包子问,SAS里data long to wide formatSAS - please help!
SAS Base 70题 第20题求教丢人的问个SAS ABC,sas format 是包括在sas dataset里,还是fortmat是个单独文件
SAS Base questionPlease help me with SAS! Thank you!
sas base question这里有没有SAS ODS高手?
SAS format 的问题SAS中FORMAT问题求教
相关话题的讨论汇总
话题: localfee话题: countryfee话题: format话题: sas话题: item