由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - sas base question
相关主题
SAS Base 70题 第20题求教format的问题
sas base 70 第 20题format statement
SAS Base question请教SAS数字变量format问题
SAS Base&Adv真题答案&打折code总结sas help!!
SAS format 的问题问个sas format的问题
[sas] 怎么用自定义format里的值来计算?问三题SAS Base的题目
SAS format file--- when I load the file 急~~~谢谢~~~help-SAS 读data 问题
终于考完了,贡献一下How to format the SAS output?
相关话题的讨论汇总
话题: localfee话题: countryfee话题: format话题: sas话题: data
进入Statistics版参与讨论
1 (共1页)
a****m
发帖数: 693
1
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.
答案为什么是D?
thanks
1 (共1页)
进入Statistics版参与讨论
相关主题
How to format the SAS output?SAS format 的问题
how to keep 2 valid digits of numbers in excel?[sas] 怎么用自定义format里的值来计算?
How to open SAS datasetSAS format file--- when I load the file 急~~~谢谢~~~
SAS proc format的问题终于考完了,贡献一下
SAS Base 70题 第20题求教format的问题
sas base 70 第 20题format statement
SAS Base question请教SAS数字变量format问题
SAS Base&Adv真题答案&打折code总结sas help!!
相关话题的讨论汇总
话题: localfee话题: countryfee话题: format话题: sas话题: data