由买买提看人间百态

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 Base&Adv真题答案&打折code总结SAS中FORMAT问题求教
SAS format 的问题关于SAS interview
SAS format file--- when I load the file 急~~~谢谢~~~问三题SAS Base的题目
How to open SAS datasetSAS Base 123题再一问...
SAS - please help!Base 70 第35题怎么理解? 谢谢。
相关话题的讨论汇总
话题: localfee话题: countryfee话题: format话题: sas话题: data
进入Statistics版参与讨论
1 (共1页)
j*******9
发帖数: 27
1
20::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.
应该选c,还是d?
谢谢先!
1 (共1页)
进入Statistics版参与讨论
相关主题
Base 70 第35题怎么理解? 谢谢。SAS format 的问题
format的问题SAS format file--- when I load the file 急~~~谢谢~~~
请教是否有什么方法可以把sas dataset 读入spss 同时保留sas format 在 value labelHow to open SAS dataset
format problem, urgentSAS - 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 Base&Adv真题答案&打折code总结SAS中FORMAT问题求教
相关话题的讨论汇总
话题: localfee话题: countryfee话题: format话题: sas话题: data