由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - sas advance questions
相关主题
SAS ADV 63中的第一题One question about data step in sas
ADV 12月真题一问请教,base 50 中的题目,
sas adv 63题 第11SAS 问题请教
sas adv 63题 11 (重发)SAS.Base(11月)疑问
SAS ADV 63题第11题求助how to create page x of y in SAS
讨论3道SAS ADV题目请教SAS Base50中的41题
[合集] SAS data input help菜鸟麻烦大家帮我看看sas base 70题的29和123题的15题
[请教]Q20in sas advance new (dec)问一个数据分析的问题
相关话题的讨论汇总
话题: item话题: mark话题: temp话题: customer话题: data
进入Statistics版参与讨论
1 (共1页)
h****9
发帖数: 26
1
Item 1 of 63 Mark item for review
When attempting to minimize memory usage, the
most efficient way to do group processing when
using the MEANS procedure is to use:
A.
the BY statement.
B.
GROUPBY with the NOTSORTED specification.
C.
the CLASS statement.
D.
multiple WHERE statements.
Item 45 of 63 Mark item for review
To create a list of unique Customer_Id
values from the customer data set, which
of the following techniques can be used?
d******d
发帖数: 1037
2
1. C
45. D
20. A
61. B
h****9
发帖数: 26
3
非常感谢download的回复,但是advance 130中
101. The following SAS program is submitted:
data temp;
length a 1 b 3 x;
infile 'file reference';
input a b x;
run;
What is the result?
A.The data set TEMP is created, but variable X is not created.
B.The data set TEMP is created and variable X has a length of 8.
C.The data set TEMP is not created because variable A has an invalid length.
D.The data set TEMP is not created because variables A and B have invalid
lengths.
Answer: C
如果这个答案c 是对的,那么第20题为什么不是c 呢?
d******d
发帖数: 1037
4
The default length for number variable is 2 or 3 (depends on OS); cannot be
1.
h****9
发帖数: 26
5
Thank you very much for your answer on my question.
1 (共1页)
进入Statistics版参与讨论
相关主题
问一个数据分析的问题SAS ADV 63题第11题求助
今天刚去考了SAS ADV讨论3道SAS ADV题目
请教SAS ADV真题里一道题目[合集] SAS data input help
SAS file question,thanks very mcuh[请教]Q20in sas advance new (dec)
SAS ADV 63中的第一题One question about data step in sas
ADV 12月真题一问请教,base 50 中的题目,
sas adv 63题 第11SAS 问题请教
sas adv 63题 11 (重发)SAS.Base(11月)疑问
相关话题的讨论汇总
话题: item话题: mark话题: temp话题: customer话题: data