查看: 1942| 回复: 7
收起左侧

[统计--教材|资料] SAS Base 2024/08/11 934过 更新机经+考试回忆

kaoshizhuanyong | 显示全部楼层
本楼:   👍  0
0%
0%
0   👎
全局:   0
0%
0%
0

注册一亩三分地论坛,查看更多干货!

您需要 登录 才可以下载或查看附件。没有帐号?注册账号

x

学习时间两周,学习资料包括,
  • SAS® Programming 1: Essentials
  • SAS® Programming 2: Data Manipulation Techniques
  • 70题  (2 5 13 14 24 29 31 39 48 不用看,array infile dsd dsm这些都不在考试范围了)。
  • practice exam
  • lab (机经 1-17题)

. 1point3acres.com

第一遍看70题很慢,知识点不熟练,用了两天时间。后面理解知识点就快了。祝大家考试顺利。


2024 08 考试回忆:
Lab:
1:proc contents: label 和encoding. .и
 
2. merge 两个dataset:共同变量是一个是ID为数值型,另一个为IDC,是字符型,
步骤:use input() to convert to numerical data, then proc sort two data sets。 Merge,根据group=x 和y分别产出两个output。问题是问某个obs的某变量值是多少,一共有多少个变量之类的。
 
3: libname import . From 1point 3acres bbs
一个xlsx file,What is the name of two sheets? People & Income;.--
 
有一个sheet里面有var是Age,问第几个obs的age是多少。
 
4: proc sort nodupkey,
Merge 两个datasets, by department descending income,用last.输出最后一个income值。
 
5:merge 两个 dataset,(one to many),find obs that match,and obs not match
用in=a in=b, . 1point3acres
if a and b then output results.match08;
  else output results.nomatch08;
 
6: proc means mean sum std
 
7:do until, 给你一个数和annual rate,问第几年能超过这个数?
 . 1point 3 acres
 .
改错题:. 1point3acres.com
1;sofa, chair and bed,
错误1 :没有output;
错误2: title的syntax 错误;
错误3: else 和else if 的用法
错误四:proc print 引用数据需要加data=;
 
2:用set合并两个dataset,两个dataset的identifier不同,在进行set的时候需要rename,Rename=(old column name=new); 题目里是新的名字在左边,是不对的。
 
选择题:. From 1point 3acres bbs
1:Means default process? Non-missing numeric value
2:find(‘She ’)的输出值是多少?因为没有加modifier ,so所以是0.google  и
     3:proc freq var1*var2. 1point3acres.com
     4:catX();
     5:user defined format in sas catalog
     6:excel worksheet what is default column head, I choose label
     7:do while 循环var+1,最后output的var是几? 重点在output的位置。
     8:
Given the SAS data set WORK.ONE:

  X  Y   Z
  -  -  --
  1  A  27
  1  A  33
  1  B  45
  2  A  52
  2  B  69-baidu 1point3acres
  3  B  70
  4  A  82
  4  C  91
.--
The following SAS program is submitted:
  data WORK.TWO;
     set WORK.ONE;. .и
     by X Y;
     if First.Y;
  run;
  proc print data=WORK.TWO noobs;
  run;
Which report is produced?


Practice exam一样的题,换了一下数字。
 
9: Practice exam一样的题,换了数字
 
Given the following SAS data set WORK.TOYS:

  Product            Group               Price
  ---------          -----------          -----. 1point 3 acres
  Cards              Indoors                9.99
  Marbles          Indoors                8.99
  Drum              Instruments        12.99
  Hula-Hoop     Outdoors            12.99
  Ball                 Outdoors              8.49

The following SAS program is submitted:
data WORK.GROUPS;
   set WORK.TOYS;
   if Group="Outdoors" then Price_Gp="C";
   if Price ge 12.99 then Price_Gp="A";
   else if Price ge 8.99 then Price_Gp="B";
run;-baidu 1point3acres
What will be the value of Price_Gp for Hula-Hoop and Ball?


         10. proc transpose, 两个data set,选择type of statement(by var id
)能实现转换的。
         11. proc print label 的syntax..1point3acres
         12. date() month() year(),都是输出numerical value;
 
填空题:
 
1: Proc import,在一个记事本里打开了csv file,文件格式 为csv,问dbsm=?。不要因为是记事本打开的而把它当做txt file就写tab,要注意csv是可以在记事本里打开的文件。要根据proc import的文件格式来填写dbms。.google  и
2: transpose id? Var? by?,给了两个table,让填空。
3: Macro Variable:  %let__________问如何把8给Age  Age=&number
答案是number=8. From 1point 3acres bbs
4:merge two datasets,if (in_a and not in_b)and(not in_a and in_b)output ,问最后这个多output的table是多少个obs
 . check 1point3acres for more.


上一篇:聊一聊今年JSM Career Service的体验
下一篇:求 Pharm/CRO的sas programmer内推
本楼:   👍  0
0%
0%
0   👎
全局:   0
0%
0%
0
感谢分享!请问sas programming2课程帮助大吗 目前只学完essential想要开始刷70题等
回复

使用道具 举报

 楼主| kaoshizhuanyong 2024-8-17 08:43:03 | 显示全部楼层
本楼:   👍  0
0%
0%
0   👎
全局:   0
0%
0%
0
微信用户_i0vqp 发表于 2024-8-16 08:08
感谢分享!请问sas programming2课程帮助大吗 目前只学完essential想要开始刷70题等

我没有看书,对我帮助很大。
回复

使用道具 举报

 楼主| kaoshizhuanyong 2024-8-24 21:55:04 | 显示全部楼层
本楼:   👍  0
0%
0%
0   👎
全局:   0
0%
0%
0
题目更新在这里了。求个大米求个赞。

机经每日一练-update by 08_2024.docx

515.01 KB, 下载次数: 21, 下载积分: 大米 -1 颗

cert.zip

38.77 KB, 下载次数: 5, 下载积分: 大米 -1 颗

exam content guide.pdf

837.78 KB, 下载次数: 3, 下载积分: 大米 -1 颗

sas lab.zip

118.79 KB, 下载次数: 4, 下载积分: 大米 -1 颗

specialist-base-programming.pdf

897.75 KB, 下载次数: 9, 下载积分: 大米 -1 颗

baseCert94.zip

209.32 KB, 下载次数: 6, 下载积分: 大米 -1 颗

setupBaseCert_oda.zip

1.95 KB, 下载次数: 7, 下载积分: 大米 -1 颗

评分

参与人数 1大米 +1 收起 理由
aliee + 1 赞一个

查看全部评分

回复

使用道具 举报

地里小白 2024-11-13 00:48:44 来自APP | 显示全部楼层
本楼:   👍  0
0%
0%
0   👎
全局:   0
0%
0%
0
感谢分享!这套机经感觉有好几道原题,考到好赚啊!
回复

使用道具 举报

孤独的砖头 2024-11-27 11:40:12 | 显示全部楼层
本楼:   👍  0
0%
0%
0   👎
全局:   0
0%
0%
0
感谢分享!
回复

使用道具 举报

本楼:   👍  0
0%
0%
0   👎
全局:   0
0%
0%
0
感谢分享!!
回复

使用道具 举报

本楼:   👍  0
0%
0%
0   👎
全局:   0
0%
0%
0
感谢分享!!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册账号
隐私提醒:
  • ☑ 禁止发布广告,拉群,贴个人联系方式:找人请去🔗同学同事飞友,拉群请去🔗拉群结伴,广告请去🔗跳蚤市场,和 🔗租房广告|找室友
  • ☑ 论坛内容在发帖 30 分钟内可以编辑,过后则不能删帖。为防止被骚扰甚至人肉,不要公开留微信等联系方式,如有需求请以论坛私信方式发送。
  • ☑ 干货版块可免费使用 🔗超级匿名:面经(美国面经、中国面经、数科面经、PM面经),抖包袱(美国、中国)和录取汇报、定位选校版
  • ☑ 查阅全站 🔗各种匿名方法

本版积分规则

Advertisement
>
快速回复 返回顶部 返回列表