由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 请教 2 道SAS Adv 真题
相关主题
请教SAS ADV一道题!SAS dataset 中,怎么把数据往上移一行?
which route in SAS is faster?发包子求助SAS code
急!SAS adv的一道题,谢谢!询问一个SAS数据处理问题
请教SAS ADV真题里一道题目请教SAS中如何如果flag的问题
问道SAS ADV真题大数据sort可以用tagsort
SAS memory managementHow to Macro it in SAS?
求救:SAS programmer面试题![合集] 说一个proc sort的很简单却总有人错的问题
请教一个transpose的问题,在线等SAS.Base(11月)跟Adv(12)考试真题
相关话题的讨论汇总
话题: sas话题: data话题: item话题: sorted话题: size
进入Statistics版参与讨论
1 (共1页)
p*5
发帖数: 311
1
Item 7 of 63 Mark item for review
A quick rule of thumb for the space required to run PROC SORT is:
A. two times the size of the SAS data set being sorted.
B. three times the size of the SAS data set being sorted.
C. four times the size of the SAS data set being sorted.
D. five times the size of the SAS data set being sorted.
是不是C呀?好像2,3,4都有人说。4倍说的最多。
Item 61 of 63 Mark item for review
In a data step merge, the BY variables in all data sets must have the same:

A. name.
B. name and type.
C. name and length.
D. name, type, and length.
是不是D?length不同有warning message,但是还是会运行
l*********s
发帖数: 5409
2
2 time is the correct answer
I think D is correct; otherwise you will have potentially precision issue.
l**********9
发帖数: 148
3
第一题,有的材料说是3,有的材料说是4....标准答案是啥,是不是得把这软件反编译
一下才能知道....
第二题,length长度不一样的话,merge后会按较小的来,这样可能会造成显示错误...
m****r
发帖数: 202
4
Item 7 of 63
A quick rule of thumb for the space required to run PROC SORT is:
Beginning with SAS 9, the workspace required for an uncompressed data file
is approximately twice the size of the data file. The workspace can be
allocated in memory and/or on disk as a utility file, depending on the sort
utility and on the options chosen.
A.
two times the size of the SAS data set being sorted.
p*5
发帖数: 311
5
谢谢楼上几位的回复
p*5
发帖数: 311
6
我仔细想了想,第二个还是选B好,因为必须name和type一致,但是length可以不一样
,不是必须的。
1 (共1页)
进入Statistics版参与讨论
相关主题
SAS.Base(11月)跟Adv(12)考试真题问道SAS ADV真题
[请教]Q8 in sas advance new (dec)SAS memory management
SAS Base&Adv真题答案&打折code总结求救:SAS programmer面试题!
求SAS ADV去年12月真题。请教一个transpose的问题,在线等
请教SAS ADV一道题!SAS dataset 中,怎么把数据往上移一行?
which route in SAS is faster?发包子求助SAS code
急!SAS adv的一道题,谢谢!询问一个SAS数据处理问题
请教SAS ADV真题里一道题目请教SAS中如何如果flag的问题
相关话题的讨论汇总
话题: sas话题: data话题: item话题: sorted话题: size