Have one to sell? Sell yours here
The Little SAS Book : A Primer, Second Edition
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

The Little SAS Book : A Primer, Second Edition [Paperback]

Lora D. Delwiche (Author), Susan J. Slaughter (Contributor)
4.2 out of 5 stars  See all reviews (32 customer reviews)


Available from these sellers.


Formats

Amazon Price New from Used from
Paperback --  

Book Description

November 10, 1998
Want to learn SAS software but you don't know where to start? This friendly easy-to-read guide gently introduces you to the most commonly used features of SAS software plus a whole lot more! Topics cover the gamut of base SAS concepts, an introduction to SAS/STAT, and getting your data into SAS (including PROC IMPORT and PROC EXPORT). You'll find a generous amount of information addressing basic SAS concepts (such as DATA and PROC steps); using the SAS windowing environment; working with permanent and temporary SAS data sets; inputting, and reading data; modifying data; introduction to the Output Delivery System (ODS), which enables you to generate HTML files for viewing with an Internet browser; introduction to macros; debugging SAS programs (including the DATA step debugger); and appendices to help programmers of other software languages become comfortable with the SAS programming language. Each topic is divided into an easy-to-use, self-contained, two-page layout complete with examples and graphics. This format enables new users to get up and running quickly, while the examples allow you to type in the program and see them work! More seasoned programmers will find this guide a useful reference to have on hand.

Supports releases 7.00 and higher of SAS software.



Editorial Reviews

About the Author

Lora D. Delwiche

Lora D. Delwiche brings over 16 years of expertise in working with the SAS

System to this edition. She is an applications software consultant

with Information Technology at the University of California at Davis.

Lora shares her valuable skills as a SAS site representative and teaches

classes on the SAS language. Her experience in working with users

from many different disciplines prompted her to write a book that

proves that it can be enjoyable to learn the SAS System!

Susan J. Slaughter

Susan J. Slaughter, an independent computing consultant, discovered

SAS software over 16 years ago in graduate school. Since then, she has

used the SAS System in a variety of business and academic settings.

Her experience in managing large databases, teaching SAS

software classes, and writing about the SAS System inspired her to

write a book that is both informative and fun to read!


Product Details

  • Paperback: 300 pages
  • Publisher: SAS Publishing; 2nd edition (November 10, 1998)
  • Language: English
  • ISBN-10: 1580252397
  • ISBN-13: 978-1580252393
  • Product Dimensions: 8.8 x 7 x 0.9 inches
  • Shipping Weight: 1.2 pounds
  • Average Customer Review: 4.2 out of 5 stars  See all reviews (32 customer reviews)
  • Amazon Best Sellers Rank: #359,054 in Books (See Top 100 in Books)

More About the Authors

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

32 Reviews
5 star:
 (19)
4 star:
 (6)
3 star:
 (4)
2 star:
 (1)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
4.2 out of 5 stars (32 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

83 of 86 people found the following review helpful:
5.0 out of 5 stars SAS APPEAL, January 14, 2005
This review is from: The Little SAS Book : A Primer, Second Edition (Paperback)

SAS APPEAL
One of the best introductions to SAS, the "little purple book" is now in its 3rd edition (November 2003; ISBN: = 1590473337). Compared with the previous version (this one)," the 3rd edition includes more information on preparing reports and tables, and exporting data. However, the basic format and organization is the same.

This book is organized into 8 chapters, with six appendices, and an index. The overall organization is clear-- one topic leads clearly to the next (contrast this with the overly concise "Getting Started with the SQL Procedure," also by SAS). The book clearly assumes no previous SAS knowledge, although covering operating systems (e.g., Windows, your local workstation or mainframe) is beyond the book's scope. Previous experience with any data entry, data management, or programming will be very helpful, but is not essential. Each chapter is organized into two-page topics (these range from 7 topics in the MACRO chapter to 20 in the overly long data entry chapter) with introductory paragraphs, examples that include a small data set, and programming related to the topic. Programming language related to the new topic is shaded to distinguish it from material already covered or otherwise irrelevant. Because of the mini-data sets for each topic, you don't have to keep returning to datasets presented at the beginning only (as you do with some introductory texts). The reason for using the language, the data, the example, and the output are all there on the 2 facing pages; it's very easy to use.

In 217 well-written pages, the book advances from the very introductory (e.g., every SAS line ends with a semicolon; think of columns as variables, and rows as observations) to techniques (e.g., the chapter on MACROS) and programming "tricks" useful to those with years of experience (the too-brief chapter on debugging programs, the section on the always difficult MERGE statement). This is the challenge of an introductory book: It needs to teach the basics, but not so basic that one can finish the entire book in a couple of hours. Delwiche and Slaughter handle this task superbly. Chapter 1, for example, explains basic SAS concepts (the database, the data step, procedures, viewing and printing output), and a few pages on SAS for Windows. (The authors occasionally refer to SAS for Windows ("PC SAS"); this is valuable for those who have this software but otherwise extraneous.) Still, after nearly 15 years of SAS experience, I turn to this book when I want a concise yet easily understood explanation of something I may have not used for awhile. After mastering this book, I recommend that users follow it with the somewhat more advanced "SAS Programming for Researchers and Social Scientists" (Paul Spector) and/or "Cody's Data Cleaning Techniques (Ron Cody).

Chapters are as follows (I've added a sample topic in parentheses after each chapter title):

1. Getting Started Using SAS Software ("The Two Parts of a SAS Program")
2. Getting Your Data into the SAS System ("Reading Raw Data...")
3. Working with Your Data ("Subsetting Your Data")
4. Sorting, Printing, and Summarizing Your Data ("Summarizing Your Rata with PROC MEANS")
5. Modifying and Combining SAS Data Sets (Combining Data Sets Using a One-to-Many Match Merge")
6. Writing Flexible Code with the SAS Macro Facility ("Macro Concepts")
7. Using Basic Statistical Procedures ("Using PROC REG for Simple Regression Analysis")
8. Debugging Your SAS Programs ("DATA Step Produces Wrong Results but No Error Message")

The book's main problem is Chapter 2. The lengthy material on inputting data will be irrelevant for most students, as datasets are often already prepared. Still, because one may sometimes need to create a dataset, the chapter is useful. In addition, chapter 8, doesn't contain include enough on error detection and debugging programs, an extremely important SAS skill that helps one detect and distinguish programming and dataset errors. Also the Appendix on resources, "Where to Go from Here," mentions SAS Institute published books only, although this is partly due to the paucity of well written SAS books by independent authors when the second edition came out in 1998 (compared with today). Overall, while this much-loved book is much loved by those who took their first SAS steps with it. I recommend the new edition (3rd) edition; it has more topics and is more current, for only slightly more money.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


24 of 24 people found the following review helpful:
4.0 out of 5 stars Out-of-date, but still usable, June 30, 2003
This review is from: The Little SAS Book : A Primer, Second Edition (Paperback)
This Second Edition is good for up to SAS 8.x. For 9.x, you may want to wait until the Third Edition comes out in August, 2003. Also, SAS indicates that there is a "Revised" Second Edition (ISBN: 1-59047-113-X). However, I have not read it and don't know if it is better than its predecessor.

This book (2nd ed.) is very thorough on the "operational" commands, but less so on the "statistical" procedures, which seems to be the whole point of using SAS. Any experienced programmer should be able to do file I/O, data selection, and report formatting in a day or two after reading this book. But to do even something as simple as a t-test, you will have to pull that information from other sources. The authors claim that "[o]nce you have mastered the procedures in this book, the other statistical procedures should feel similar". I tend to agree with them, but I still think that such intended omission is a shortcoming. And for that reason, I give this book a 4 out of 5.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


22 of 22 people found the following review helpful:
5.0 out of 5 stars excellent reference for beginners and those needing a refresher, February 15, 2008
This book is concise and has many of the key ideas that beginning SAS programmers need. It is a good reference even for advanced SAS programmers but does not go far beyond the basics. If you use SAS regularly this will not have enough information for you. However, it is the quickest way to find out how to do something basic that you either have never done or forgot how to do. I only have the 2nd edition, so I can't comment on any changes that may be incorporated in the third edition.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



Inside This Book (learn more)
Browse and search another edition of this book.
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:

What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...



Look for Similar Items by Category


Look for Similar Items by Subject