|
The American Programmer | |
| Home | Programming | Books for Computer Professionals | Privacy | Terms |
| Home > Books > SAS (Statistical Analysis System) Books |
25 Programming books:
SAS SAS (Statistical Analysis System) is a powerful multi-platform product for statistically analyzing data.
Some of the books on this Page:SAS 9.1.3 Language Reference: Dictionary
Getting Started with SAS(R) Enterprise Miner(tm) 5.2
SAS Programming by Example
The Little SAS Book
SAS OnlineDoc 9 with PDF Files
Applied Statistics and the SAS Programming Language
Advanced Log-Linear Models Using SAS
SAS Macro Programming Made Easy
Step-By-Step Programming With Base SAS Software
Handbook of Statistical Analyses Using SAS, Second Edition
SAS Macro Language: Reference, Version 8
Carpenter's Complete Guide to the SAS Macro Language
Sharpening Your SAS Skills
SAS Functions by Example
Professional SAS Programmer's Pocket Reference
PROC SQL: Beyond the Basics Using SAS
The Essential PROC SQL Handbook for SAS Users
SAS 9.1.3 Language Reference: Concepts, Second Edition, Volumes 1 and 2
Professional SAS Programming Shortcuts, Second Edition
Debugging SAS Programs: A Handbook of Tools and Techniques
Reading External Data Files Using SAS: Examples Handbook
SAS/ACCESS 9.1.3 for Relational Databases: Reference
SAS/ACCESS 9.1.3 Supplement for DB2 under UNIX and PC Hosts
Data Security Technologies in SAS 9.1.3
Many books are available only used.
Click on any item to find out more, order, or to go to Amazon.com and look around.
This page was last updated February 27 2011.
Featured Book
![]()
SAS Programming by Example
By Ron CodyFull of examples to show you how to build SAS data sets, use SAS functions for data translation, program more efficiently, relate information from multiple sources, and chart and plot data.
Inspect/Order SAS Programming by Example
![]()
Getting Started with SAS(R) Enterprise Miner(tm) 5.2
By SAS InstitutePublished April 2006.
Inspect/Order Getting Started with SAS(R) Enterprise Miner(tm) 5.2
![]()
SAS 9.1.3 Language Reference: Dictionary
By SAS InstitutePublished April 2006.
Inspect/Order SAS 9.1.3 Language Reference: Dictionary
![]()
The Little SAS Book: A Primer, Third Edition
By Lora D. DelwicheThe most commonly used features of SAS software plus DATA and PROC, the STYLE= option in the PRINT, REPORT and TABULATE procedures; ODS HTML, RTF, PRINTER, and OUTPUT destinations; PROC REPORT; more on PROC TABULATE; exporting data; the colon modifier for informats. November 2003.
Inspect/Order The Little SAS Book: A Primer, Third Edition
![]()
SAS OnlineDoc 9 with PDF Files
By SAS PublishingEasy to use manuals for SAS that you can print for convenient lookup. CD-Rom edition for Windows.
Inspect/Order SAS OnlineDoc 9 with PDF Files
![]()
Applied Statistics and the SAS Programming Language
By Ronald P. CodyExplains the language and how to use it to run programs for the mostly commonly used statistics. Also explains the computer output, interpreting the results, constructing tables, and writing up results for reports and journal articles. 1997.
Inspect/Order Applied Statistics and the SAS Programming Language
![]()
Applied Statistics and the SAS Programming Language (5th Edition)
By Ronald P. CodyThe book is a good introduction to the SAS language. This book avoids wading through pages of technical documentation in order to use the product. You should not be an absolute beginner if you're buying this book. Published 2005.
Inspect/Order Applied Statistics and the SAS Programming Language (5th Edition)
Check to see if any new books have been published on SAS: Books on SAS at Amazon.com
![]()
Advanced Log-Linear Models Using SAS
By Daniel ZeltermanHow to use the GENMOD procedure to analyze log-linear models for categorical data. October 2002.
Inspect/Order Advanced Log-Linear Models Using SAS
![]()
SAS Macro Programming Made Easy
By Michele BurlewYou'll learn advantages of macro programming, elements of the macro facility (macro variables, macro programs, macro language), how to write a macro program, macro programming techniques, tips on using the macro facility, how the macro facility fits into the SAS System, and interfaces between the macro facility and other components of the SAS System.
Inspect/Order SAS Macro Programming Made Easy
![]()
Step-By-Step Programming With Base SAS Software
By Jennifer L. WilsonA how-to guide for basic programming with base SAS. It shows you step by step what to do.
Inspect/Order Step-By-Step Programming With Base SAS Software
![]()
Handbook of Statistical Analyses Using SAS, Second Edition
By Geoff DerThe complexities of SAS have been summarized in a useful book that explains things with examples.
Inspect/Order Handbook of Statistical Analyses Using SAS, Second Edition
![]()
SAS Macro Language: Reference, Version 8
By SASFor the experienced SAS programmer who wants to use the features of SAS macros, macro debugging, and to create efficient and portable macros.
Inspect/Order SAS Macro Language: Reference, Version 8
![]()
Carpenter's Complete Guide to the SAS Macro Language, 2nd Edition
By Art CarpenterThis book covers SAS 9 features: %ABORT and %RETURN, system options for the macro language, macro functions, autocall library macros, and code recovery options.
Inspect/Order Carpenter's Complete Guide to the SAS Macro Language, 2nd Edition
![]()
Sharpening Your SAS Skills
By Sunil Gupta and Curt EdmondsSAS version 9.1 syntax, concise explanations, helpful examples, for intermediate to advanced SAS users. April 2005.
Inspect/Order Sharpening Your SAS Skills
![]()
SAS Functions by Example
By Ron CodySAS Functions by Example is a must-have reference for anyone who writes programs in Base SAS. 180 SAS language functions are clearly defined and illustrated. January 2004.
Inspect/Order SAS Functions by Example
![]()
Professional SAS Programmer's Pocket Reference, Fifth Edition
By Rick AsterA quick reference book for SAS programmers at all levels: language syntax, routines, commands for SAS Version 9. August 2004.
Inspect/Order Professional SAS Programmer's Pocket Reference, Fifth Edition
![]()
PROC SQL: Beyond the Basics Using SAS
By Kirk LaflerThe Language of PROC SQL, SQL procedures in SAS. Covers database design; an introduction to SQL, dictionary tables, and tables; coding PROC SQL logic as well as complex queries; working with views; troubleshooting and debugging SQL code; and tuning for performance. October 2004.
Inspect/Order PROC SQL: Beyond the Basics Using SAS
![]()
The Essential PROC SQL Handbook for SAS Users
By Katherine PrairieWrite SQL procedures, PROC SQL code in SAS. May 2005.
Inspect/Order The Essential PROC SQL Handbook for SAS Users
![]()
SAS 9.1.3 Language Reference: Concepts, Second Edition, Volumes 1 and 2
By SASAn extensive set of SAS language reference material. Two volumes. February 2005.
Inspect/Order SAS 9.1.3 Language Reference: Concepts, Second Edition, Volumes 1 and 2
![]()
Professional SAS Programming Shortcuts, Second Edition
By Rick AsterPractical how-to guide to SAS programming. 1000 examples of SAS program code. August 2005.
Inspect/Order Professional SAS Programming Shortcuts, Second Edition
![]()
Debugging SAS Programs: A Handbook of Tools and Techniques
By Michele BurlewSolve SAS coding problems quickly! Discover how SAS identifies problems; what the SAS log really means; and how to approach DATA step, PROC, and SAS macro problems. October 2001.
Inspect/Order Debugging SAS Programs: A Handbook of Tools and Techniques
![]()
Reading External Data Files Using SAS: Examples Handbook
By Michele BurlewReading External Data Files Using SAS: Examples Handbook is packed with examples that illustrate the many common issues you face when reading external data files. Whether you need to handle a variety of input styles (list, column, formatted, and named), December 1, 2002.
Inspect/Order Reading External Data Files Using SAS: Examples Handbook
![]()
SAS/ACCESS 9.1.3 for Relational Databases: Reference, Second Edition
By SASThis detailed reference guide explains all the major features of the SAS/ACCESS Interface to Relational Databases. June 2005.
Inspect/Order SAS/ACCESS 9.1.3 for Relational Databases: Reference, Second Edition
![]()
SAS/ACCESS 9.1.3 Supplement for DB2 under UNIX and PC Hosts (SAS/ACCESS for Relational Databases)
By Michele BurlewSAS/ACCESS features and options that are available for DB2 under UNIX and PC hosts. June 2005.
Inspect/Order SAS/ACCESS 9.1.3 Supplement for DB2 under UNIX and PC Hosts
![]()
Data Security Technologies in SAS 9.1.3
By SASUsing SAS to ensure the confidentiality of business transactions over a network between an enterprise and its consumers, between enterprises, and within an enterprise. March 2005.
Inspect/Order Data Security Technologies in SAS 9.1.3
Amazon Returns Policy Credit Card Safety Guarantee at Amazon.com
No information about you is gathered or recorded by this site. Clicking on a book and then buying something at Amazon.com keeps this site self-supporting. Thank you.
| Home | Programming | Books for Computer Professionals | Privacy | Terms | Contact |
| Site Map and Site Search | Programming Manuals and Tutorials | The REXX Files | Top of Page |