Programmer's Guide by Ron Cody: Example Code and Data For Learning SAS by Example: A
Programmer's Guide by Ron Cody: Example Code and Data For Learning SAS by Example: A
Explanation
This file creates all the SAS data sets used in the programs and problems in the
book.
Run this SAS program to create the data sets. Remember to edit all the LIBNAME
and INFILE statements to point to the folder where you store the data files and
where you want to store your permanent SAS data sets.
This file contains the solutions to the odd-numbered problems that are included at
the end of each chapter in the book.
This file contains the SAS programs that are used in the book.
This file contains either the data (which you need to cut-and-paste) or the SAS
programs that you need to run to create the SAS data sets that are used in the
problems in the book.
These files are used by the programs and problems in the book.
These files are used by the programs and problems in the book.
The sample code and data for Learning SAS by Example: A Programmer's Guide is available in a ZIP file
located here:
http://support.sas.com/publishing/bbu/zip/60864.zip
2.
3.
Before you run any of the SAS programs (such as Create_Datasets.sas), you need to use the SAS Editor
(or any other editor) to search for the folder used in the book (c:\books\learning) and replace
c:\books\learning with the name of the folder where you copied these files and where you want to store your
permanent SAS programs. This step changes all the LIBNAME and INFILE statements in these programs.
4.
For example, if you copied all the files to a folder on your hard drive named c:\learn, and you want to run the
Create_Datasets.sas program, you would do the following:
Questions or Comments
Questions or comments concerning this material may be sent to the author at this address:
SAS Institute Inc.
SAS Press
Attn: Ron Cody
SAS Campus Drive
Cary, NC 27513
Or you can send email to: [email protected]. Use Comments for Ron Cody for the subject field.