Learning SAS by Example - Ron Cody

Learning SAS by Example

Ron Cody

出版社

SAS Institute

出版时间

2007-03-29

ISBN

9781599941653

评分

★★★★★
书籍介绍
Learn to program SAS by example If you like learning by example, then this straightforward book makes it easy to learn SAS programming. In an instructive and conversational tone, author Ron Cody clearly explains each programming technique and then illustrates it with one or more real-life examples, followed by a detailed description of how the program works. The text is divided into four major sections: Getting Started; DATA Step Processing; Presenting and Summarizing Your Data; and Advanced Topics. Subjects addressed include: Reading data from external sources Learning details of DATA step programming Subsetting and combining SAS data sets Understanding SAS functions and working with arrays Creating reports with PROC REPORT and PROC TABULATE Learning to use the SAS Output Delivery System Getting started with the SAS macro language Introducing PROC SQL You can test your knowledge and hone your skills by solving the problems at the end of each chapter. (Solutions to odd-numbered problems are located at the back of this book. Solutions to all problems are available to instructors by visiting the book's companion Web site for details.) This book is intended for beginners and intermediate users. Readers should know how to enter and submit a SAS program from their operating system. Includes a free CD-ROM with the example code, data sets, and solutions to odd-numbered problems.
AI导读
核心看点
  • 以实例驱动教学,讲解清晰易懂
  • 涵盖数据读取、处理及报告生成
  • 适合零基础入门SAS编程学习
适合谁读
  • SAS编程初学者及自学者
  • 需要处理数据的科研人员
  • 寻求系统学习SAS的分析师
读前提醒
  • 需动手敲代码以加深理解
  • 部分内容较深,建议循序渐进
  • 宏与SQL部分仅作概览,需拓展
读者共识
  • 比《Little SAS Book》更细致
  • 讲解详尽,是案头必备好书
  • 自学友好,适合系统入门

本导读基于书籍简介、目录、原文摘录、短评和书评生成,不等同于全文精读。

精彩摘录
  • "The only way to really learn a programming language is to write lots of programs, make some errors, correct the errors, and then make some more."
  • "Variables that are read from SAS data sets are not set to missing values during each iteration of the DATA step—they are said to be retained."
  • "The general form of a date constant is a one- or two-digit day of the month, a threecharacter month abbreviation, and a two- or four-digit year in single or double quotation marks, followed by an upper- or lowercase d."
用户评论
细致 入门佳品
关键在于动手,这本书讲解和实践并重,敲完代码后,基本的数据分析都能轻易解决。如果说只看一本SAS书的话,那就是这本了
读完本书可以保证你能读懂网友和senior写的码,并对sas的各种特性有所概览,这对新手很重要^ ^;base部分讲解充分,只是macro, sql, regular expression这些topic只是略微提了一下,书内也有推荐拓展阅读。自学友好!
有难度,比SQL难很多……
的确好书,案头必备,五星推荐。
有难度,比SQL难很多…… @2017-06-20 09:58:54
2019开年第一本
五星好评,至今还在研读中
收藏