楼主: 蜻蜓点水
6468 15

[推荐]SAS Macro Programming Made Easy (2nd.Edition, 2007) [推广有奖]

  • 1关注
  • 20粉丝

VIP+

已卖:4860份资源

教授

86%

还不是VIP/贵宾

-

威望
2
论坛币
33900 个
通用积分
51.8902
学术水平
34 点
热心指数
44 点
信用等级
19 点
经验
15555 点
帖子
371
精华
0
在线时间
1860 小时
注册时间
2005-5-8
最后登录
2025-10-24

楼主
蜻蜓点水 发表于 2008-2-29 11:53:00 |AI写论文

+2 论坛币
k人 参与回答

经管之家送您一份

应届毕业生专属福利!

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

经管之家联合CDA

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

感谢您参与论坛问题回答

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

+2 论坛币
<p></p><p>&nbsp; 194860.pdf (6.41 MB, 需要: 5 个论坛币) </p><p></p><br/>一本关于SAS MACRO 的书,准备考ADVANCED PROGRAMMING 的XDJM可以参考。

[此贴子已经被作者于2008-4-2 11:09:20编辑过]

二维码

扫码加我 拉你入群

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

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

关键词:Programming Edition Program editio dition Edition SAS Programming Macro Easy

沙发
shufe_emily(真实交易用户) 发表于 2008-3-7 08:27:00
<p>detail information about the book is as follows,including the name and the structure of the book:</p><p></p><p></p><p>&lt;sas macro programming made easy&gt;</p><p>second edition&nbsp; by&nbsp; michele m. burlew</p><p></p><p></p><p>Part 1 Understanding the Concepts and Features of<br/>Macro Programming 1<br/><font style="BACKGROUND-COLOR: #ffff00;">Chapter 1</font> Introduction 3<br/>What Is the SAS Macro Facility? 4<br/>What Are the Advantages of the SAS Macro Facility? 6<br/>Where Can the SAS Macro Facility Be Used? 12<br/>Examples of the SAS Macro Facility 13<br/><font style="BACKGROUND-COLOR: #eec211;">Chapter 2</font> Mechanics of Macro Processing 23<br/>Introduction 23<br/>The Vocabulary of SAS Processing 24<br/>SAS Processing without Macro Activity 25<br/>Understanding Tokens 26<br/>Tokenizing a SAS Program 28<br/>Comparing Macro Language Processing and SAS Language<br/>Processing 29<br/>Processing a SAS Program That Contains Macro Language 30<br/><font style="BACKGROUND-COLOR: #ff9900;">Chapter 3</font> Macro Variables 39<br/>Introduction 40<br/>Basic Concepts of Macro Variables 40<br/>Referencing Macro Variables 42<br/>Understanding Macro Variable Resolution and the Use of Single and<br/>Double Quotation Marks 44<br/>Displaying Macro Variable Values 46<br/>Understanding Automatic Macro Variables 52</p><p>Understanding User-Defined Macro Variables 56<br/>Combining Macro Variables with Text 59<br/>Referencing Macro Variables Indirectly 65<br/>Chapter 4 Macro Programs 73<br/>Introduction 74<br/>Creating Macro Programs 74<br/>Executing a Macro Program 78<br/>Displaying Notes about Macro Program Compilation in the<br/>SAS Log 80<br/>Displaying Messages about Macro Program Processing in the<br/>SAS Log 82<br/>Passing Values to a Macro Program through Macro Parameters 85<br/>Chapter 5 Understanding Macro Symbol Tables and the<br/>Processing of Macro Programs 101<br/>Introduction 102<br/>Understanding Macro Symbol Tables 102<br/>Processing of Macro Programs 122<br/>Chapter 6 Macro Language Functions 133<br/>Introduction 133<br/>Macro Character Functions 134<br/>Macro Evaluation Functions 138<br/>Macro Quoting Functions 140<br/>Macro Variable Attribute Functions 143<br/>Other Macro Functions 147<br/>SAS Supplied Autocall Macro Programs Used Like Functions 154<br/>Chapter 7 Macro Expressions and Macro Programming<br/>Statements 159<br/>Introduction 160<br/>Macro Language Statements 160<br/>Constructing Macro Expressions 163</p><p>Conditional Processing with the Macro Language 167<br/>Iterative Processing with the Macro Language 177<br/>Branching in Macro Processing 184<br/>Chapter 8 Masking Special Characters and Mnemonic<br/>Operators 189<br/>Introduction 190<br/>Why Are Quoting Functions Called Quoting Functions? 191<br/>Illustrating the Need for Macro Quoting Functions 191<br/>Describing the Commonly Used Macro Quoting Functions 192<br/>Understanding How Macro Quoting Functions Work 194<br/>Applying Macro Quoting Functions 195<br/>Specifying Macro Program Parameters That Contain Special<br/>Characters or Mnemonic Operators 203<br/>Unmasking Text and the %UNQUOTE Function 213<br/>Using Quoting Versions of Macro Character Functions and Autocall<br/>Macro Programs 214<br/>Chapter 9 Interfaces to the Macro Facility 217<br/>Introduction 218<br/>Understanding DATA Step Interfaces to the Macro Facility 218<br/>Using Macro Facility Features in PROC SQL 251<br/>Using Macro Facility Features in SAS Component Language 262<br/>Part 2 Applying Your Knowledge of Macro<br/>Programming 267<br/>Chapter 10 Storing and Reusing Macro Programs 269<br/>Introduction 270<br/>Saving Macro Programs with the Autocall Facility 270<br/>Saving Macro Programs with the Stored Compiled Macro<br/>Facility 278<br/>Resolving Macro Program References When Using the Autocall<br/>Facility and the Stored Compiled Macro Facility 283</p><p>Chapter 11 Building a Library of Utilities 285<br/>Introduction 285<br/>Writing a Macro Program to Behave Like a Function 286<br/>Programming Routine Tasks 290<br/>Chapter 12 Debugging Macro Programming and Adding Error<br/>Checking to Macro Programs 297<br/>Introduction 298<br/>Understanding the Types of Errors That Can Occur in Macro<br/>Programming 298<br/>Minimizing Errors in Developing SAS Programs That Contain Macro<br/>Language 299<br/>Categorizing and Checking for Common Problems in Macro<br/>Programming 299<br/>Understanding the Tools That Can Debug Macro Programming 303<br/>Examples of Solving Errors in Macro Programming 307<br/>Improving Your Macro Programming by Including Error<br/>Checking 326<br/>Chapter 13 A Stepwise Method for Writing Macro Programs 335<br/>Introduction 336<br/>Building a Macro Program in Four Steps 336<br/>Applying the Four Steps to an Example 337<br/>Part 3 Appendixes 369<br/>Appendix A Abridged Macro Language Reference 371<br/>Selected SAS Options Used with the Macro Facility 372<br/>Automatic Macro Variables 373<br/>Macro Functions 377<br/>Macro Language Statements 381<br/>PROC SQL Interface to the Macro Facility 386<br/>SAS Functions and Routines That Interface with the Macro<br/>Facility 387</p><p>Appendix B Reserved Words in the Macro Facility 391<br/>Appendix C Sample Data Set 393<br/>Appendix D Reference to Programs in This Book 399<br/>Index 407</p><p></p>

藤椅
helloworld1234(未真实交易用户) 发表于 2008-3-17 16:46:00

资料太好了

可惜点数不够,怎样才能增加点数呀?

板凳
candy_sas(真实交易用户) 发表于 2008-3-21 05:10:00
<p>努力学习:)</p>

报纸
敏豪生(真实交易用户) 发表于 2009-2-23 20:47:00
好书,顶上去
blog496.org

地板
fxf258(未真实交易用户) 发表于 2009-2-24 08:40:00
好书,支持,谢谢斑竹
海象

7
firstknife(未真实交易用户) 发表于 2009-2-24 09:53:00
<p>楼主都那么多现金了,能不能把价格稍稍调低一点点啊?</p>

8
susanyue(未真实交易用户) 发表于 2009-2-24 12:50:00
<p>楼主有点不厚道哦!网上有免费的资源哦!</p><p>下面的链接可以免费下载哦!</p><p><a href="http://www.infoxa.com/asp/book_file/xxnr_book_3381.htm">http://www.infoxa.com/asp/book_file/xxnr_book_3381.htm</a></p><br>爱萌
&nbsp;金钱&nbsp;+1
&nbsp;奖励SAS宏是非常重要的东西,也是非常难的资料,如果在网上挖到更好的资料请你给大家分享&nbsp;2009-2-25 17:20:52

9
guoan(真实交易用户) 发表于 2009-6-9 10:59:00
會用到,感謝!

10
zhangyiduo(未真实交易用户) 发表于 2009-6-9 11:03:00
<p>这本书网上早有了,以后发帖先在网上搜搜看,没有再发!</p><p>下面这个链接是本论坛的,这个不要钱</p><p><a href="http://www.pinggu.org/bbs/thread-423801-1-1.html">http://www.pinggu.org/bbs/thread-423801-1-1.html</a></p>

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

本版微信群
加好友,备注cda
拉您进交流群
GMT+8, 2025-12-24 21:34