楼主: _appilepie_
960 2

[学习分享] 2015/11/20_01 SAS Basic Concepts题目,共同学习讨论。 [推广有奖]

  • 1关注
  • 0粉丝

博士生

20%

还不是VIP/贵宾

-

威望
0
论坛币
591 个
通用积分
1.0003
学术水平
6 点
热心指数
11 点
信用等级
9 点
经验
11804 点
帖子
217
精华
0
在线时间
246 小时
注册时间
2014-12-16
最后登录
2021-9-26

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

求职就业群
赵安豆老师微信:zhaoandou666

经管之家联合CDA

送您一个全额奖学金名额~ !

感谢您参与论坛问题回答

经管之家送您两个论坛币!

+2 论坛币
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.



二维码

扫码加我 拉你入群

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

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

关键词:Concepts concept Basic 共同学习 once SAS Basic step

沙发
_appilepie_ 发表于 2015-11-20 10:22:38 |只看作者 |坛友微信交流群
正在摸索发帖形式~_~....

使用道具

藤椅
_appilepie_ 发表于 2015-11-20 10:24:11 |只看作者 |坛友微信交流群
觉得这个形式还不错,又可以督促自己学习进度,又学英语了,又学SAS了,而且,错误原因也获得不少知识,澄清了易混淆的概念。

使用道具

您需要登录后才可以回帖 登录 | 我要注册

本版微信群
加好友,备注cda
拉您进交流群

京ICP备16021002-2号 京B2-20170662号 京公网安备 11010802022788号 论坛法律顾问:王进律师 知识产权保护声明   免责及隐私声明

GMT+8, 2024-4-20 00:15