SAS Contents
SAS Contents
Course Topics
1) SAS/Base
2) SAS/ODS
3) SAS/ GRAPH
4) SAS/ SQL
5) SAS/ MACROS
6) SAS/ STAT
7) SAS/ACCESS
1) SAS/BASE
I. Introduction
• Introduction SAS.
• Log File
• Output File
• Work File
• Permanent SAS datasets
• Environments where SAS runs
• SAS System Options
• Step boundaries and run-group processing
• Assignment statements
• Numeric-character conversion
• Character concatenation
• Accumulating totals
• RETAIN and SUM
• SUM statement
• SELECT statement
• Subsetting observations
• Deleting observations
• Subsetting IF statement
• WHERE statement
• OUTPUT
• PUT
VI. Procedures
• Proc Print
• Proc Contents
• Proc Sort
• Proc Means
• Proc Freq
• Proc Report
• Proc Tabulate
• Proc Printto
• Proc Transpose
• Proc Format
• Proc Import
• Proc Export
• Proc Append
• Proc Summary
• Syntax
• How to create Do loops.
• Conditional Do loops(DO until, DO while, by clause).
• Nesting DO loops.
• Syntax
• One to one merges
• Match merging
• Multiple OBS with the same BY variable
• Merging with identical variable names
• Merging without a common variable
• Update statement
2. SAS/ODS
• ODS /Trace/Select/Exclude
• ODS /HTML FILE
• ODS/PDF FILE
• ODS/RTF FILE
• ODS REPORT WITH STYLE OPTION.
3. SAS/GRAPH
• Proc PLOT
• Proc GPLOT
• Proc CHART
• Proc GCHART
4. SAS/SQL
• SQL/CREATE TABLE
• SQL/ALTER
• SQL/DROP
• SQL/INSERT
• SQL/UPDATE
• SQL/SELECT
• SQL/DELETE
• SQL/WHERE
• SQL/OPERATORS
• SQL/JOIN
• SQL/UNION
• SQL/ORDER BY
• SQL/GROUP BY
5. SAS/MACROS
6. SAS/STATISTICS
• Proc UNIVARIATE
• Proc MEANS
• Proc FREQ
• Proc GLM
• Proc RANK
• Proc ANOVA
• Proc REG
• Proc TTEST (Paired)
• Proc CORR (correlation)
7. SAS/ACCESS