全部版块 我的主页
论坛 数据科学与人工智能 数据分析与数据科学 SAS专版
1125 2
2015-11-20
SAS Programs:

data work.profit;  
    infile sales;  
    input Year 1-4 Expenses 6-10 Revenue 12-16;
run;
proc means data=work.profit;
run;
proc print data=work.profit;
run;
proc sort data=work.profit;  
    by year;
run;
Question 1:
How many DATA steps does the program below contain?
A one
B three
C four
大家可以思考下,下面给答案。
Answer 1:
  A Correct---This program contains only one DATA step.
  B Incorrect---This program contains three steps of one type,but they are not DATA steps,every DATA step begains with the keyword DATA.
  C Incorrect---This program contains four steps,but not all of them are DATA steps.Remember,every DATA step begains with the keyword DATA.


Question 2:
How many PROC steps does the program below contain?
  A one
  B two
  C three
思考下,答案来了。。。。
Answer 2:
   A Incorrect---Remember that every PROC step begins with the keyword PROC.
   B  Incorrect---Remember that every PROC step begins with the keyword PROC.
   C Correct---The program contains three PROC steps.



二维码

扫码加我 拉你入群

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

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

全部回复
2015-11-20 10:22:38
正在摸索发帖形式~_~....
二维码

扫码加我 拉你入群

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

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

2015-11-20 10:24:11
觉得这个形式还不错,又可以督促自己学习进度,又学英语了,又学SAS了,而且,错误原因也获得不少知识,澄清了易混淆的概念。
二维码

扫码加我 拉你入群

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

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

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

说点什么

分享

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