Home
|
DETAILED TABLE OF CONTENTS
GENERAL GUIDELINES
Windows in SAS
File Management
|
THE SAS PROGRAM (general tips)
Program Syntax
Debugging Tips (messages in the log)
|
SIMULATED MANITOBA HEALTH DATA
The following information is relevant for working with the simulated MB
Health data:
|
USING SAS PROGRAMMING TO:
1. Prepare the data set
- The data matrix (values,
variables, observations)
- Variable characteristics
(length, numeric vs character, missing values)
- SAS statements required to read/save permanent/temporary:
- Example programs
2. View the data
- PROC CONTENTS - to obtain
list of variables
- PROC PRINT - to obtain
list of values
- PROC SORT - to sort
the data
- PROC FORMAT - to create
formats for manipulating the data
- for labeling values; used in conjunction with FORMAT
statement (customizing data - see below)
- also used for creating new variables by grouping values;
used in conjunction with PUT statement (creating new variables
- see below)
- Practice Exercises
3. Explore the data
- Numeric statistics
- Frequency tables
4. Manipulate the data
- Basic techniques
- New variables
5. Adding Variables and Observations to Data Sets
6. Data Processing
|
|
|
Contact: Charles Burchill
Telephone: (204) 789-3429
Manitoba Centre
for Health Policy
Department of Community Health Sciences,
University of Manitoba
4th floor Brodie Centre
408 - 727 McDermot Avenue
Winnipeg, Manitoba
R3E 3P5
Fax: (204) 789-3910
|