全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 SAS专版
1897 4
2014-05-27
Given the two data sets: one and two
One         
# Variable Type  Len Pos
2  sales     Num  8     8
1  year      Num  8     0

Two
# Variable Type  Len Pos
2   budget Num   8     8
3   sales   Char    8     16
1   year    Num    8     0

Date Set ONE has 100 observations, data set Two has 50 observations.
Both dataset have been sorted by Year.
The following SAS program has been submitted:
data three;
   merge One Two;
   by year;
run;
Which one is the result of the program execution?
A.No message written to SAS log
B. Error and warnings are written to SAS log
C. Data set Three is created with three variables and 100 observations
D.Data set Three is created with two variables and 50 observations
请教各位大大,这一题为什么选B不选C?有什么错误吗?


二维码

扫码加我 拉你入群

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

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

全部回复
2014-5-27 17:49:29
另外,POS是什么意思?
二维码

扫码加我 拉你入群

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

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

2014-5-27 19:22:08
变量Sales不可能既为数值型,又为字符型——报错。
二维码

扫码加我 拉你入群

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

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

2014-5-27 19:23:32
Pos means "Position".
二维码

扫码加我 拉你入群

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

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

2014-8-2 11:27:34
谢谢答疑!
二维码

扫码加我 拉你入群

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

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

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

说点什么

分享

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