SAS Information and data files
For help, I would suggest the following files Introductory SAS Course and SAS Tricks and Tips (by Doug Baumann, 9/2008).
Another Introduction to SAS: Lecture 1 (SAS CODES lecture1), Lecture 2 (SAS CODES lecture2, revenue1.dat, revenue2.dat)
To ask questions, you can go to the Software Consultant in G-175 (information) except during breaks or the Wednesday evening SAS help session: Wed 7:00 - 9:00 pm in BRNG B280 except during school holidays.
You can use SAS at any campus computer lab (or at least most of them), use goremote or obtain a version of the program for your home computer by showing your student ID in Young Hall 5th Floor reception area (phone: 494-5100).
Notes:
- Copying is different in Word 2010 and Word 2007 and when you use goremote versus when the program is local.
- If you are running the program locally, I would suggest that you add the following code to the beginning of each
SAS file so that any previous SAS output is removed:
ods html close;
ods html;
This will NOT work if you are using goremote. - To obtain output similar to version 9.2: Click on Tools → Options → Prefernces → Results. Be sure that the Create listing box is checked, the Create HTML box is NOT checked and the Use ODS Graphics box is NOT checked.
- ITAP computers: To run the program: All programs → Standard Software → Statistical Packages → SAS 9.3 → SAS 9.3 (English).
- Goremote: To run the program: Standard Software → Statistical Packages → SAS 9-3 64-BIT