由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - SAS base 一题求助
相关主题
ask sas base questionssas base question? Thanks!
pro freq +table请教SAS base 70题中的38题
求助sas base 2题求问 sas _c_ 什么意思
Sas base Question急聘 SAS programmer wanted! (转载)
关于SAS里TRUNCOVER一问问一个SAS format的问题,看似简单
再请教adv想找sas 学习伙伴
从yahoo finance下载数据,R or Python?请教一道sas base题
sas base online tutor 可以跳着看么?请教SAS tabulate的结果显示
相关话题的讨论汇总
话题: define话题: price话题: style话题: exhibit话题: sas
进入Statistics版参与讨论
1 (共1页)
d*****6
发帖数: 100
1
91. The following SAS program is submitted:
proc report data = work.houses nowd;
column style price;
where price < 100000;

title;
run;
Click the Exhibit button to view the output from the REPORT procedure.
Assume permanent variable labels have been assigned.
Which one of the following completes the program and produces the output
displayed in the exhibit?
A. define style / display width = 9;
define price / sum format = comma9. width = 10;
B. define style / width =
d*****6
发帖数: 100
2
92. The following SAS program is submitted:
proc report data = sasuser.houses nowd headline headskip;
column style price;
where price < 100000;

title;
run;
Click the Exhibit button to view the output from the REPORT procedure.
Assuming that the PRICE variable is numeric, which one of the following
completes the program and produces the output displayed in
the exhibit?
A. define style / group 'Style';
define price / mean 'Price' format = dollar9.;
B. define style / display 'Sty
d*****6
发帖数: 100
3
92. The following SAS program is submitted:
proc report data = sasuser.houses nowd headline headskip;
column style price;
where price < 100000;

title;
run;
Click the Exhibit button to view the output from the REPORT procedure.
Assuming that the PRICE variable is numeric, which one of the following
completes the program and produces the output displayed in
the exhibit?
A. define style / group 'Style';
define price / mean 'Price' format = dollar9.;
B. define style / display 'Sty
1 (共1页)
进入Statistics版参与讨论
相关主题
请教SAS tabulate的结果显示关于SAS里TRUNCOVER一问
SAS考试的discount code再请教adv
无法注册prometric从yahoo finance下载数据,R or Python?
如何从sas output里读入数据。sas base online tutor 可以跳着看么?
ask sas base questionssas base question? Thanks!
pro freq +table请教SAS base 70题中的38题
求助sas base 2题求问 sas _c_ 什么意思
Sas base Question急聘 SAS programmer wanted! (转载)
相关话题的讨论汇总
话题: define话题: price话题: style话题: exhibit话题: sas