- 59
- 0
- 约3.14万字
- 约 54页
- 2018-05-19 发布于湖北
- 举报
临床研究SAS高级编程 -- SAS Data Step_推荐
临床研究SAS高级编程
--SAS Data Step
1 临床研究SAS高级编程
Contents
Overview
How SAS processes programs
Compilation phase
Execution phase
Debugging a DATA step
Testing your programs
2 临床研究SAS高级编程
Overview
Introduction
This section teaches you what
happens behind the scenes when
the DATA step reads raw data.
Youll examine the program data
vector, which is a logical framework
that SAS uses when creating SAS
data sets.
Understanding how the program
operates can help you to anticipate
how variables will be created and
processed, to plan your
modifications, and to interpret and
debug program errors. It also gives
you useful strategies for preventing
and correcting common DATA step
errors.
3 临床研究SAS高级编程
How SAS Processes Programs (1)
When you submit a DATA step, SAS processes the DATA step and
then creates a new SAS data set. Lets see exactly how that happens.
A SAS DATA step is processed in two phases:
During the compilation phase, each statement is scanned for syntax
errors. Most syntax errors prevent further processing of the DATA step.
When the compilation phase is complete, the descriptor portion of the new
data set is created.
If the DATA step compiles successfully, then the execution phase begins.
During the execution phase, the DATA step reads and processes the input
data. The DATA step executes once for each record in the input file, unless
otherwise directed.
4 临床研究SAS高级编程
How SAS Processes Programs (2)
The diagram below shows the flow of DATA step
processing for reading raw data. Well examine both the
compilation phase and the execution phase in this section.
5
您可能关注的文档
- 中央电大本科人力资源管理试题2012年1月_推荐.pdf
- 中央电大数据库应用技术形成性考核册_推荐.pdf
- 中央电大本科健康教育与健康促进试题2010年7月_推荐.pdf
- 中央电大本科人类成长与社会环境试题2013年1月_推荐.pdf
- 中央电大本科人文社会科学基础(A)2试题_推荐.pdf
- 中央电大本科健康教育与健康促进试题2010年1月_推荐.pdf
- 中央电大本科健康教育与健康促进试题2013年1月_推荐.pdf
- 中央电大本科健康教育与健康促进试题2011年7月_推荐.pdf
- 中央电大本科2015年1月高级财务会计试题_推荐.pdf
- 中央电大本科健康教育与健康促进试题2014年1月_推荐.pdf
最近下载
- 2026年赣州职业技术学院高职单招职业适应性考试参考题库及答案解析.docx VIP
- 2025年安徽滁州市市直事业单位招聘78人笔试高频难、易错点备考题库及参考答案详解.docx VIP
- Unit 1 Lesson 2 Our trip plan 教案-新冀教(2024)七下.docx VIP
- 中国财政史续.pptx VIP
- 销售团队预算管理培训.pptx VIP
- 油田开发动态分析.pdf VIP
- 《步进电机驱动器》ppt教学课件模板.ppt VIP
- ASTM D7252-22 Standard Test Method for Polyurethane Raw Materials:Determination of Monomer and Isomers in Isocyanates 聚氨酯原材料的标准试验方法: 异氰酸酯中单体和异构体的测定.pdf
- 2025年安徽滁州市市直事业单位招聘78人笔试备考题库及参考答案详解.docx VIP
- 2026年赣州职业技术学院高职单招职业适应性考试备考试题及答案解析.docx VIP
原创力文档

文档评论(0)