SAS Tutorial by Peng Zeng
YouTube Videos and SAS Codes
The following materials were extracted from the course resources for STAT 5110/6110.
1. A Short SAS Tutorial
The first SAS code [
pdf
] [
SAS
] [
Video
(29:39 min)]
Create SAS datasets [
pdf
] [
SAS
] [
Video
(33:43 min)]
blood-pressure.txt
: a txt file (separated by spaces)
blood-pressure.csv
: a csv file (separated by comma)
blood-pressure.xlsx
: an Excel file (xlsx)
Commonly-used SAS procedures [
pdf
] [
SAS1
] [
SAS2
] [
Video
(31:51 min)]
Manipulating SAS datasets [
pdf
] [
SAS
] [
Video
(53:08 min)]
Syntax errors [
pdf
] [
SAS
] [
Video
(6:46min)]
2. SAS Graphs
SAS graphs - basic [
pdf
] [
SAS
] [
Video
(36:21 min)]
SAS graphs - advanced [
pdf
] [
SAS
] [
Video
(9:19 min)]
Useful Links
SAS OnDemand for Academics
SAS documentation
Step-by-Step Programming with Base SAS 9.4
SAS 9.4 Programmer's Guide: Essentials
SAS 9.4 Macro Language: Reference
SAS 9.4 SQL Procedure User's Guide
Back to Homepage