STAT 5110/6110 SAS Programming and Applications by Peng Zeng
SAS Codes and Datasets
Useful Links
01. A Short SAS Tutorial
02. Creating SAS Data Sets
03. Creating Reports
-
03-proc-print.sas: proc print
- common statements: var, where, by, id
- common options: noobs, label
- compute totals and subtotals
- titles, footnotes, and other global options
-
03-format.sas: SAS format
- demonstrate typical SAS formats
- proc format: define new format
-
03-summary.sas: summarize data
- proc means: compute descriptive statistics
- proc freq: create frequency tables
-
03-tabulate.sas: proc tabulate: display descriptive statistics in tabular format
-
03-report.sas: proc report: produce a variety of reports
04. More Discussions on Data Step
05. More Discussions on SAS Programming
06. Proc SQL
07. SAS Macro
08. SAS Graphs
09. Selected Topics
Topics in SAS Programming
Back to Homepage
|