SAS Session1
SAS Session1
By
What Is SAS?
SAS - Statistical analysis system/software
Developed in the early 1970s at North Carolina
State University.
Originally intended for management and analysis
4th generation-SAS
We can install in any operating system - windows, Unix,
McTosh
SAS competitors
Informatica(GUI - graphical user interface)
Teradata
SPSS
SYSTAT
STRATICA
Hyperion
Cognos
Products of SAS
SAS/STAT
SAS/GRAPH
SAS/ACCESS
Batch execution
Non interactive execution
Introduction of SAS
Programs
RAW DATA
DATA
STEP
SAS
DATASET
PROC
STEP
REPORT
SAS Programs
SAS program is a sequence of steps that the user submits for execution.
Two steps :
1. Data step - This is typically used to create SAS dataset.
2. Proc step - This is typically used to process the data i.e. generating
reports and graphs, editing and sorting the data
Data
Step
Infile raw-data-file;
Proc
Step
Todays Assigment
Visit www.sas.com to know more about SAS