由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - SAS Base question
相关主题
SAS Base 70题 第20题求教Stupid SAS programming style is driving me crazy....
sas base 70 第 20题how to combine 3 or more tables with different structures by SAS?
sas base question想学一门计算机语言的话
SAS Base&Adv真题答案&打折code总结今天收到两个offer, 那个较好啊? 请求个位前辈意见
SAS format 的问题用SAS从网页上抓数据
SAS format file--- when I load the file 急~~~谢谢~~~How to fix structural break in data using SAS?
转载:浅谈一些base更新题库后的考证情况统计硕士选几门计算机好,还是把统计/数学多学几门课好?
[SAS] how to process tree-structure datasetXML file re_structure question
相关话题的讨论汇总
话题: countryfee话题: localfee话题: format话题: sas话题: base
进入Statistics版参与讨论
1 (共1页)
x******n
发帖数: 92
1
I have a question about SAS Base
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 o
x**7
发帖数: 341
2
are you checking the right answer sheet?

【在 x******n 的大作中提到】
: I have a question about SAS Base
: 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;

1 (共1页)
进入Statistics版参与讨论
相关主题
XML file re_structure questionSAS format 的问题
请教SAS数字变量format问题SAS format file--- when I load the file 急~~~谢谢~~~
问三题SAS Base的题目转载:浅谈一些base更新题库后的考证情况
help-SAS 读data 问题[SAS] how to process tree-structure dataset
SAS Base 70题 第20题求教Stupid SAS programming style is driving me crazy....
sas base 70 第 20题how to combine 3 or more tables with different structures by SAS?
sas base question想学一门计算机语言的话
SAS Base&Adv真题答案&打折code总结今天收到两个offer, 那个较好啊? 请求个位前辈意见
相关话题的讨论汇总
话题: countryfee话题: localfee话题: format话题: sas话题: base