0% found this document useful (0 votes)
39 views12 pages

SAS Session1

SAS is a statistical software package developed in the 1970s at North Carolina State University for managing and analyzing agricultural data. It is now the most widely used statistical software. SAS can be run on Windows, Unix, and Mac operating systems. It offers products for statistical analysis, graphics, and accessing different data sources. The typical SAS program involves a data step to create a SAS dataset from raw data, followed by proc steps to generate reports, graphs, and process the data.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views12 pages

SAS Session1

SAS is a statistical software package developed in the 1970s at North Carolina State University for managing and analyzing agricultural data. It is now the most widely used statistical software. SAS can be run on Windows, Unix, and Mac operating systems. It offers products for statistical analysis, graphics, and accessing different data sources. The typical SAS program involves a data step to create a SAS dataset from raw data, followed by proc steps to generate reports, graphs, and process the data.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

INTRODUCTION OF SAS

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

of agricultural field experiments.


Now the it is most widely used statistical software
CEO - Jim Goodnight (Founder of SAS institute)

More about SAS


1st generation-Pascal,cobol
2nd generation-c
3rd generation-c++,.net,java

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

Running SAS Program


You can invoke SAS in the following ways:

Interactive Window mode(SAS Windowing Environment)


Interactive menu drive mode(SAS Enterprise guide)

Batch execution
Non interactive execution

Introduction of SAS
Programs

Work Flow of SAS

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

Example of DATA Step And Proc Step


Data work.employee;

Data
Step

Infile raw-data-file;

Input firstname$1-20 lastname$ 21-30 jobtitle 31-40 salary 45-50;


Run;

Proc print data =work.employee;


Run;

Proc
Step

Proc sort data work.salary;


By empid;
Run;

Todays Assigment
Visit www.sas.com to know more about SAS

Register Now for SAS Training

www.way2elearn.com E-mail:[email protected] , Ph:+919642359790 , Naidu INDIA

You might also like