电子文档交易市场
安卓APP | ios版本
电子文档交易市场
安卓APP | ios版本

SAS 高级程序员 考试大纲和考试经验精华(总结)

3页
  • 卖家[上传人]:jiups****uk12
  • 文档编号:88919020
  • 上传时间:2019-05-13
  • 文档格式:DOC
  • 文档大小:28.49KB
  • / 3 举报 版权申诉 马上下载
  • 文本预览
  • 下载提示
  • 常见问题
    • 1、SAS Certified Advanced Programmer for SAS 9 Credential一、考试大纲:需掌握如下内容 using advanced DATA step programming statements and efficiency techniques to solve complex problems.(25% 程序优化&提高效率=Optimization and efficiency ) writing and interpreting SAS SQL code.(45%) creating and using the SAS MACRO facility.(30%)Required Exam 60-65 multiple-choice and short-answer questions (must achieve score of 65% correct to pass). Use exam ID A00-212; required when registering with Pearson VUE.Exam topics include:Acc

      2、essing Data Using SQL Generate detail and summary reports by working with a single table, joining tables, or using set operators in the SQL procedure. Construct sub-queries and in-line views within (构造子查询和内联视图)an SQL procedure step. Compare solving a problem using the SQL procedure versus using traditional SAS programming techniques. Access Dictionary Tables using the SQL procedure.Macro Processing Create and use user-defined and automatic macro variables within the SAS Macro Language. Automate

      3、programs by defining and calling macros using the SAS Macro Language. Understand the use of macro functions. Use various system options that are available for macro debugging(用于宏调试) and displaying values of user-defined and automatic macro variables in the SAS log. Create data-driven programs using SAS Macro Language.Advanced Programming Techniques Demonstrate the use of advanced data look-up techniques such as array processing, hash objects(散列对象), formats, and combining/merging data. Reduce com

      4、puting resource requirements by controlling the space required to store SAS data sets using compression techniques, length statements, or eliminating variables and observations. Reduce programming time by developing reusable SAS programs which incorporate data step views, DATA steps that write SAS programs, and the FCMP procedure. Perform effective benchmarking by using the appropriate SAS System options and interpreting the resulting resource utilization statistics. Identify appropriate applica

      5、tions for using indexes (识别索引) and create them using the DATA step, the DATASETS procedure, or the SQL procedure. Compare techniques to eliminate duplicate data (消除重复数据) using the DATA step, the SORT procedure, and the SQL procedure.二、考试经验总结和已考内容1. 复习要点和考试范围高级的skills很有用,SQL,MACRO及一些programming utility (程序控制工具即,optimization(优化) & efficiency(效率)的技巧在实际应用中很有价值。Advanced前三部分多看几遍,不断地编程,google很多定义(Adv 总共是四部分,SQL & MACRO是重点)。(1)MACRO:涵盖比较宽,掌握如何RESOLVE(解析)MACRO programming。(理解macro,考35%)(2)SQL:Proc SQL内容基

      6、本都涵盖,比较基础,必须搞清每一个操作。(理解SQL,考45%)(3)其他ADVANCED 提高EFFICIENCY 的TECHNIQUES 居多。另外,ADVANCED中Proc dataset 也有少量考题(考25%)个人体会:高级没有捷径,多看、多练、多用。要以看书为主,若能把Pro guide advance & SAS Online Tutor 9.1 Advanced Programming 看一遍,再把考题融会贯通,可以考高分。好好复习e-learning的advanced的library可以涵盖90%的内容。2. 重点题库强烈推荐50道模拟题和Item 1 of 63 Mark item for review(没有答案),其已囊括75%的题目。一共有63个问题,与新旧130题相比,题型变化较大,一些细节上的东西较多。我复习一个月,把Pre guide Advance 看了一遍,所有的能找到的考题基本上记住答案(包括130 及新130题,50题,Pass4 sure)。(1) where和if的变量操作空间:where还是if是在input buffer(输入缓存器)或者

      7、PDV(Logical Program Data Vector, 程序数据向量是PC内存的一个临时逻辑区,包含有整个程序的翻译和执行阶段)之间操作,作用域及在optimization & efficiency的不同(4道题);(2)SQL 过程查看,字典lib, 并弄清Dictionary. table里面变量的名称和对应关系;(3)SQL query with sub-query and grouping(SQL查询和sub-查询);(4)SQL set operator(运算符join in等)主要是Proc SQL和data set比较,比如full joint, left joint集合运算结果及其与merge比较,这个会考的非常细致;(5)merging data, SAS Data Step 和等同的 SQL query(有5道题有关);(6)MACRO变量创建和使用,很熟悉LOCAL和GLOBAL的MACRO VARIABLE及和data之间的交换。多考最后MACRO给出的是什么值;并掌握系统automatic macro variables(比如&sysdate9)也考

      8、了23道题;(7)MACRO:multiple ampersand 解析(多个算符),对ampersand & 要熟悉 如:indirect(间接)情况;(8)Mask(隐藏)特殊字符;(9)SQL中view,index,sort建立和使用efficiency techniques。Index(索引)优化,使用的condition及create的不同方式;sorted by 在 data a (sorted by= var)里的作用;还有某些情况CPU, I/O, DISK SPACE如何降低使用;(10)Optimization and efficiency部分大约9道题。1) buffer的掌握:buffer number: 在data a (bufsize=2222 bufno=6) 里buffsize size是 bytes还是 kilobytes,在output还是 input里?bufno是number of buffer在output里? data one (bufno=6); set two (bufno=6); 其中bufno作用? BUFSIZE=、BUFNO=、BUFSIZE*BUFNO。They are in the Optimization and efficiency part,其中bufno的作用?2)compress=yes 和数据变量以及字符变量联系起来复习,以及如何压缩的?reuse=yes在 compress里什么作用?3)hash object好处(可快速得到key对应的内存地址直接取数,不用扫描整个表,效率更高),和Key values (关键码值)有关的知识一起复习,以及执行完后保存与否?array的相关知识?4)SELECT in data step和 IF-THEN/ELSE在efficiency 上的不同?5)Advance中data step和proc dataset应用(以为PROC DATASETS会考多点,12道题有关)(11)SASFILE 的作用?

      《SAS 高级程序员 考试大纲和考试经验精华(总结)》由会员jiups****uk12分享,可在线阅读,更多相关《SAS 高级程序员 考试大纲和考试经验精华(总结)》请在金锄头文库上搜索。

      点击阅读更多内容
    最新标签
    发车时刻表 长途客运 入党志愿书填写模板精品 庆祝建党101周年多体裁诗歌朗诵素材汇编10篇唯一微庆祝 智能家居系统本科论文 心得感悟 雁楠中学 20230513224122 2022 公安主题党日 部编版四年级第三单元综合性学习课件 机关事务中心2022年全面依法治区工作总结及来年工作安排 入党积极分子自我推荐 世界水日ppt 关于构建更高水平的全民健身公共服务体系的意见 空气单元分析 哈里德课件 2022年乡村振兴驻村工作计划 空气教材分析 五年级下册科学教材分析 退役军人事务局季度工作总结 集装箱房合同 2021年财务报表 2022年继续教育公需课 2022年公需课 2022年日历每月一张 名词性从句在写作中的应用 局域网技术与局域网组建 施工网格 薪资体系 运维实施方案 硫酸安全技术 柔韧训练 既有居住建筑节能改造技术规程 建筑工地疫情防控 大型工程技术风险 磷酸二氢钾 2022年小学三年级语文下册教学总结例文 少儿美术-小花 2022年环保倡议书模板六篇 2022年监理辞职报告精选 2022年畅想未来记叙文精品 企业信息化建设与管理课程实验指导书范本 草房子读后感-第1篇 小数乘整数教学PPT课件人教版五年级数学上册 2022年教师个人工作计划范本-工作计划 国学小名士经典诵读电视大赛观后感诵读经典传承美德 医疗质量管理制度 2 2022年小学体育教师学期工作总结 2022年家长会心得体会集合15篇
     
    收藏店铺
    关于金锄头网 - 版权申诉 - 免责声明 - 诚邀英才 - 联系我们
    手机版 | 川公网安备 51140202000112号 | 经营许可证(蜀ICP备13022795号)
    ©2008-2016 by Sichuan Goldhoe Inc. All Rights Reserved.