SAS Programming by Example
Authors: Ron Cody, Ray Pass
Publisher: SAS Publishing
This book covers a hundred specific tasks that can be done in a SAS program, using one or several examples to demonstrate each one. The techniques and concepts are explained for each example so that you can use the code as a starting point for writing your own programs. Each chapter ends with several exercises.
Editions
Paperback (1995)
Paperback
Year: 1995
ISBN: 1-55544-681-7
Pages: 337
Publisher’s list price: 54.95
Contents
- 1. INPUT and INFILE
- 2. Data Recoding
- 3. SET, MERGE, and UPDATE
- 4. Table Lookup Tools
- 5. SAS Functions
- 6. SAS Dates
- 7. SAS Arrays
- 8. RETAIN
- 9. PROC PRINT
- 10. PROC MEANS and PROC UNIVARIATE
- 11. PROC FORMAT
- 12. PROC CHART
- 13. PROC PLOT
- 14. Efficiency
- Appendix: Problem Solutions
- Index
From the Back Cover
Develop and fine-tune your programming skills the easy way — by example! SAS Programming by Example guides you, with a series of annotated examples, through basic tasks to more complex ones. Problems and solutions are provided to make the most of the programming tools available in base SAS software. Conversational in tone, and cleverly organized, this book is useful both as a tutorial for learning programming and as a convenient quick-reference for solving programming problems. Among the clearly explained examples are models that show you how to
- build SAS data sets
- use SAS functions for data translation
- program more efficiently
- relate information from multiple sources
- chart and plot data.