Learn to program SAS by example!If you like learning by example, then Learning SAS by A Programmer's Guide 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 Getting Started; DATA Step Processing; Presenting and Summarizing Your Data; and Advanced Topics. Subjects addressed data from external sourcesLearning details of DATA step programmingSubsetting and combining SAS data setsUnderstanding SAS functions and working with arraysCreating reports with PROC REPORT and PROC TABULATELearning to use the SAS Output Delivery SystemGetting started with the SAS macro languageIntroducing PROC SQLYou 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 Ron Cody's author page 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.
All from the perspective of users. Like getting help from someone senior. This book organizes all the examples well and explains almost line by line.
Yet, it is all focused on programming, unlike The Little SAS Book, which is more focused on explaining how things work in SAS. It talks about more advanced materials than The Little SAS Book.
Thus, it should be more useful as a working companion. If you really want learn SAS well, maybe you should start from The Little SAS Book and then this book. In fact, I use this book to review and I am going to read The Little SAS Book again to complete this review. It works perfect for this use. You can start slowly and then just read the codes and look for explanations for any questions you may have.
I learned SAS from this book when I got my first SAS programming job. By using this book I quickly became a quality Data Analyst that was contributing to the company. Skim, study, read and practice the skills in this book and you will have very strong SAS skills.
Really nice and quite complex introduction strongly focused on examples and practical solutions. Perhaps the most useful guide I've found for SAS. As "advanced" topics provides also basics (and only basics) of SQL (proc sql) and SAS macros.