全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 SAS专版
3351 1
2009-01-11

在做Base的习题时,有一个题没明白,希望有人指点一下。

题目如下:

91. The following SAS program is submitted:
proc report data = work.houses nowd;
column style price;
where price < 100000;
<insert DEFINE statements here>
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 = 9;
define price / sum format = comma9. width = 10;
C. define style / group width = 9;

define price / sum format = comma9. width = 10;
D. define style / order width = 9;
define price / sum format = comma9. width = 10;

正确答案是D,可是我不明白为什么,希望大家帮助我,谢谢。

[此贴子已经被作者于2009-1-11 19:37:19编辑过]

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

全部回复
2009-1-12 09:23:00

A,B是最先排除的,因为display和sum。

排除C是因为上面的where price < 100000;由这句话推测,

report想要display的是price的详细信息,而不是统计信息

二维码

扫码加我 拉你入群

请注明:姓名-公司-职位

以便审核进群资格,未注明则拒绝

相关推荐
栏目导航
热门文章
推荐文章

说点什么

分享

扫码加好友,拉您进群
各岗位、行业、专业交流群