SlideShare a Scribd company logo
1 of 41
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
What to expect?
 Data Analytics
 Data Analytics Tools
 Why SAS?
 What is SAS?
 SAS Features
 Coding in SAS
 Use Case – Bank Data Analysis
 SAS Job Trends
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Data Analytics
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Why Data Analytics?
Cost
Reduction
Improved
Services or
Products
Faster and Better
Decision Making
Next Generation
Products
Data
Analytics
Data Analytics help
manage resources so
as to reduce costs
Analytics enables
better work related
decisions
Meeting customer
needs through better
services
Data Analytics paves the
way for the creation of
next gen products
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Why Data Analytics?
Data analytics examines large and different
types of data to uncover hidden patterns,
correlations and other insights
DATA ANALYTICS DECISIONS
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Data Analytics Tools
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Data Analytics Tools
There are many tools to perform Data Analytics and the popular ones are:
Tableau
Excel
QlikView
Splunk
SAS
Python
Apache Spark
Apache Storm
Pig & Hive
R
Paid Tools Open Source Tools
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Why SAS?
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Why SAS?
We will compare SAS with the popular alternatives in the market on the following aspects:
 Ease of Learning
 Data Handling Capabilities
 Graphical Capabilities
 Advancements in tool
 Job Scenario
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Why SAS?
We will compare SAS with the popular alternatives in the market on the following aspects:
 Ease of Learning:
 Data Handling Capabilities
 Graphical Capabilities
 Advancements in tool
 Job Scenario
SAS is easy to learn and provides easy option (PROC SQL) for people
who already know SQL. R on the other hand has a very steep
learning curve as it is a low level programming language.
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Why SAS?
We will compare SAS with the popular alternatives in the market on the following aspects:
 Ease of Learning
 Data Handling Capabilities:
 Graphical Capabilities
 Advancements in tool
 Job Scenario
SAS is on par with all leading tools including R & Python when
it comes to handling huge amount of data and options for
parallel computations.
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Why SAS?
We will compare SAS with the popular alternatives in the market on the following aspects:
 Ease of Learning
 Data Handling Capabilities
 Graphical Capabilities:
 Advancements in tool
 Job Scenario
SAS provides functional graphical capabilities and with a little
bit of learning, it is possible to customize on these plots.
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Why SAS?
We will compare SAS with the popular alternatives in the market on the following aspects:
 Ease of Learning
 Data Handling Capabilities
 Graphical Capabilities:
 Advancements in tool:
 Job Scenario
SAS releases updates in controlled environment, hence they
are well tested. R & Python on the other hand, have open
contribution and there are chances of errors in latest
developments.
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Why SAS?
We will compare SAS with the popular alternatives in the market on the following aspects:
 Ease of Learning
 Data Handling Capabilities
 Graphical Capabilities
 Advancements in tool
 Job Scenario: Globally, SAS is the market leader in available corporate jobs.
In India, SAS controls about 70% of the data analytics market
share compared to 15% for R.
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
What is SAS?
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
What is SAS?
 SAS (Statistical Analytics System) is a software suite for advanced analytics,
multivariate analyses, business intelligence, data management and predictive
analytics.
 It is developed by SAS Institute.
 SAS provides a graphical point-and-click user interface for non-technical users
and more advanced options through the SAS language.
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
SAS Features
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
SAS Features
Base SAS
Flexible Extensible Integrated Powerful
Business
Solutions
Analytics
Reporting
and Graphics
Data Access and
Management
Visualization
and Discovery
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Base SAS
Flexible Extensible Integrated Powerful
SAS Features
Reporting
Data Access
Transformation
Let us look at some of the features of SAS in detail
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Access
ManageAnalyze
Present
SAS Framework
Data
SAS Framework
There are the four capabilities in SAS:
1. Access
2. Manage
3. Analyze
4. Present
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Access
ManageAnalyze
Present
SAS Framework
Data
SAS Framework - Access
1. Access
Raw Database
File
Excel File
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Access
ManageAnalyze
Present
SAS Framework
Data
SAS Framework - Manage
SAS provides excellent Data
Management capabilities to:
1. Subset Data
2. Create Variables
3. Validate & Clean Data
2. Manage
Subset Data
Create Variables
Validate & Clean
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Access
ManageAnalyze
Present
SAS Framework
Data
SAS Framework - Analyze
We can perform simple analyses like
frequency and averages.
Complex analyses include regression and
forecasting.
SAS is the gold standard for statistical
analyses.
3. Analyze
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Access
ManageAnalyze
Present
SAS Framework
Data
SAS Framework - Present
4. Present
We can present our analysis in the form of:
 List Reports
 Summary Reports
 Graphic Reports
We can either print these reports, write
them to data file or publish them online
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Coding in SAS
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
SAS Program
All of these statements can represent a step boundary by indicating either the end of a step or the beginning
of a new step.
 RUN Statement
 QUIT Statement
 DATA Statement
 PROC Statement
A DATA step typically creates a SAS data set. However, you can use DATA steps to create raw data, program
files, and reports. The DATA step is very flexible.
A PROC step typically creates a report.
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
SAS Program
data work.newsalesemps;
set orion.sales;
where Country='AU';
run;
title 'New Sales Employees';
proc print data=work.newsalesemps;
run;
proc means data=work.newsalesemps;
class Job_Title;
var Salary;
run;
title;
Let us look at a simple SAS program
 A SAS program is comprised of a sequence of
steps, and a step is comprised of a sequence of
statements.
 Every step has a beginning and ending boundary.
These are called step boundaries.
 SAS compiles and executes each step
independently based on the step boundaries.
Data Step
Proc Step
Proc Step
Global
Statement
End of
Global
Statement
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
SAS Program
data work.newsalesemps;
set orion.sales;
where Country='AU';
run;
title 'New Sales Employees';
proc print data=work.newsalesemps;
run;
proc means data=work.newsalesemps;
class Job_Title;
var Salary;
run;
title;
 A DATA step begins with a DATA statement and
a PROC step begins with a PROC statement.
 SAS detects the end of a step when it
encounters one of the following:
1. A RUN statement for most steps
2. A QUIT statement for some procedures
3. The beginning of another step.
Beginning
Ending
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
SAS Program - Result
 We will submit the code and check the log. The results
are as follows.
 The first report is the PROC PRINT report.
 Notice that the title you specified appears at the top
of the report.
 The next report is the PROC MEANS report. Here, SAS
calculated statistics for the analysis variable Salary.
 The MEANS procedure provides data summarization
tools to compute descriptive statistics on your data,
and displays output by default.
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
SAS Program - Result
 The next report is the PROC MEANS report. Here, SAS
calculated statistics for the analysis variable Salary.
 The MEANS procedure provides data summarization
tools to compute descriptive statistics on your data,
and displays output by default.
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
SAS Supported Files
Depending on your results, you might need to repeat some of the steps.
The power of SAS is that you can use it to read any type of data, including the following three major file
types:
Raw data files contain data that has not been processed by any other computer program. They are text files
that contain one record per line, and the record typically contains multiple fields. Raw data files aren’t
reports; they are unformatted text.
SAS data sets are specific to SAS. A SAS data set is data in a form that SAS can understand. Like raw data
files, SAS data sets contain data. But in SAS data sets, the data is created only by SAS and can be read only by
SAS.
SAS program files contain SAS programming code. These instructions tell SAS how to process your data and
what output to create. You can save and reuse SAS program files.
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Use Case
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Use Case – Bank Data Analysis
Bank Data Analysis using SAS
Introduction:
 KM Bank is a commercial bank in Delhi. It has two branches: North and South
East.
 The bank has a call centre in each of these two branch regions to cater to the
needs of the customer.
 Data is stored in different excel files due to which it sometimes gets
complicated and time consuming to retrieve information about a customer.
 Therefore, they are looking for a way to blend the data such that they have
the information they need in one dataset & also with that they are able to
draw some insights through the data.
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Use Case – Bank Data Analysis
Problem Statement:
Extract meaningful business side insights from the bank customer data by
merging both the branches’ data using SAS functions.
Use these insights to find high-value customers, value correlation and the
effect of sales calls on various products the bank has to offer.
Analyses to be done:
Combine the data
from both the
bank branches for
further analytics
1
Find out the total
number of calls made
to every customer from
outside his/her branch
2
Give bi-variate
frequency of
customers by gender
and age-group
3
Find a relation between
a customer’s age and
bank balance
4
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Use Case – Practical Demo
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
SAS Job Trends
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Job Trends in SAS
 The following is the Job Trend of SAS
& SAS Modeling across the world
 SAS has been a market leader when
it comes to Data Analytics Jobs
Source: www.indeed.com
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Summary
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Summary
Data Analytics
What is SAS?
Data Analytics Tools
Why SAS?
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Summary
Features of SAS
SAS Job Trends
Coding in SAS
Use Case – Bank Analysis
www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING
Thank You …
Questions/Queries/Feedback

More Related Content

What's hot

What's New in SQL Server 2016 for BI
What's New in SQL Server 2016 for BIWhat's New in SQL Server 2016 for BI
What's New in SQL Server 2016 for BITeo Lachev
 
Power BI Dashboard | Microsoft Power BI Tutorial | Data Visualization | Edureka
Power BI Dashboard | Microsoft Power BI Tutorial | Data Visualization | EdurekaPower BI Dashboard | Microsoft Power BI Tutorial | Data Visualization | Edureka
Power BI Dashboard | Microsoft Power BI Tutorial | Data Visualization | EdurekaEdureka!
 
Tableau Administrators User Group - Data Governance
Tableau Administrators User Group - Data GovernanceTableau Administrators User Group - Data Governance
Tableau Administrators User Group - Data GovernanceMark Wu
 
simha msbi resume
simha msbi resumesimha msbi resume
simha msbi resumeT.N simha
 
Administrative Reporting of SAS Visual Analytics 7.1 and Integration with E...
Administrative Reporting of SAS Visual Analytics 7.1  and Integration with  E...Administrative Reporting of SAS Visual Analytics 7.1  and Integration with  E...
Administrative Reporting of SAS Visual Analytics 7.1 and Integration with E...Francesco Marelli
 
Real-time SQL Access for Your Salesforce.com Data
Real-time SQL Access for Your Salesforce.com DataReal-time SQL Access for Your Salesforce.com Data
Real-time SQL Access for Your Salesforce.com DataSalesforce Developers
 
SQL Server 2019 Master Data Service
SQL Server 2019 Master Data ServiceSQL Server 2019 Master Data Service
SQL Server 2019 Master Data ServiceKenichiro Nakamura
 
Hyperion Components and It`s work
Hyperion Components and It`s workHyperion Components and It`s work
Hyperion Components and It`s workBanti Ajmera
 
Microsoft Power Stack 2019 [Power BI, Excel, Azure & Friends]
Microsoft Power Stack 2019 [Power BI, Excel, Azure & Friends]Microsoft Power Stack 2019 [Power BI, Excel, Azure & Friends]
Microsoft Power Stack 2019 [Power BI, Excel, Azure & Friends]Olivier Travers
 
Hyperion Essbase - Ravi Kurakula
Hyperion Essbase   -   Ravi KurakulaHyperion Essbase   -   Ravi Kurakula
Hyperion Essbase - Ravi KurakulaRavi kurakula
 
Tableau desktop & server
Tableau desktop & serverTableau desktop & server
Tableau desktop & serverChris Raby
 
Tableau Architecture
Tableau ArchitectureTableau Architecture
Tableau ArchitectureVivek Mohan
 
Kwasi Date-Bah CV SlideShare
Kwasi Date-Bah CV SlideShareKwasi Date-Bah CV SlideShare
Kwasi Date-Bah CV SlideShareKwasi Date-Bah
 
Ssis 2016 RC3
Ssis 2016 RC3Ssis 2016 RC3
Ssis 2016 RC3MSDEVMTL
 
Reports with SQL Server Reporting Services
Reports with SQL Server Reporting ServicesReports with SQL Server Reporting Services
Reports with SQL Server Reporting ServicesPeter Gfader
 

What's hot (20)

What's New in SQL Server 2016 for BI
What's New in SQL Server 2016 for BIWhat's New in SQL Server 2016 for BI
What's New in SQL Server 2016 for BI
 
Power BI Dashboard | Microsoft Power BI Tutorial | Data Visualization | Edureka
Power BI Dashboard | Microsoft Power BI Tutorial | Data Visualization | EdurekaPower BI Dashboard | Microsoft Power BI Tutorial | Data Visualization | Edureka
Power BI Dashboard | Microsoft Power BI Tutorial | Data Visualization | Edureka
 
Tableau Administrators User Group - Data Governance
Tableau Administrators User Group - Data GovernanceTableau Administrators User Group - Data Governance
Tableau Administrators User Group - Data Governance
 
simha msbi resume
simha msbi resumesimha msbi resume
simha msbi resume
 
Xcelsius tips and tricks for your Enterprise
Xcelsius tips and tricks for your EnterpriseXcelsius tips and tricks for your Enterprise
Xcelsius tips and tricks for your Enterprise
 
Administrative Reporting of SAS Visual Analytics 7.1 and Integration with E...
Administrative Reporting of SAS Visual Analytics 7.1  and Integration with  E...Administrative Reporting of SAS Visual Analytics 7.1  and Integration with  E...
Administrative Reporting of SAS Visual Analytics 7.1 and Integration with E...
 
Ssn0020 ssis 2012 for beginners
Ssn0020   ssis 2012 for beginnersSsn0020   ssis 2012 for beginners
Ssn0020 ssis 2012 for beginners
 
Real-time SQL Access for Your Salesforce.com Data
Real-time SQL Access for Your Salesforce.com DataReal-time SQL Access for Your Salesforce.com Data
Real-time SQL Access for Your Salesforce.com Data
 
SQL Server 2019 Master Data Service
SQL Server 2019 Master Data ServiceSQL Server 2019 Master Data Service
SQL Server 2019 Master Data Service
 
Oracle discoverer vs sap business objects
Oracle discoverer vs sap business objectsOracle discoverer vs sap business objects
Oracle discoverer vs sap business objects
 
Hyperion Components and It`s work
Hyperion Components and It`s workHyperion Components and It`s work
Hyperion Components and It`s work
 
Microsoft Power Stack 2019 [Power BI, Excel, Azure & Friends]
Microsoft Power Stack 2019 [Power BI, Excel, Azure & Friends]Microsoft Power Stack 2019 [Power BI, Excel, Azure & Friends]
Microsoft Power Stack 2019 [Power BI, Excel, Azure & Friends]
 
Power bi
Power biPower bi
Power bi
 
Hyperion Essbase - Ravi Kurakula
Hyperion Essbase   -   Ravi KurakulaHyperion Essbase   -   Ravi Kurakula
Hyperion Essbase - Ravi Kurakula
 
Tableau desktop & server
Tableau desktop & serverTableau desktop & server
Tableau desktop & server
 
Tableau Architecture
Tableau ArchitectureTableau Architecture
Tableau Architecture
 
Kwasi Date-Bah CV SlideShare
Kwasi Date-Bah CV SlideShareKwasi Date-Bah CV SlideShare
Kwasi Date-Bah CV SlideShare
 
James Henry Robinson
James Henry RobinsonJames Henry Robinson
James Henry Robinson
 
Ssis 2016 RC3
Ssis 2016 RC3Ssis 2016 RC3
Ssis 2016 RC3
 
Reports with SQL Server Reporting Services
Reports with SQL Server Reporting ServicesReports with SQL Server Reporting Services
Reports with SQL Server Reporting Services
 

Similar to SAS Training | SAS Tutorials For Beginners | SAS Programming | SAS Online Training | Edureka

SAS Tutorials For Beginners | SAS Training | SAS Tutorial For Data Analysis |...
SAS Tutorials For Beginners | SAS Training | SAS Tutorial For Data Analysis |...SAS Tutorials For Beginners | SAS Training | SAS Tutorial For Data Analysis |...
SAS Tutorials For Beginners | SAS Training | SAS Tutorial For Data Analysis |...Edureka!
 
SAS Base Programming Certification course in Pune - Aspire Techsoft
SAS Base Programming Certification course in Pune - Aspire TechsoftSAS Base Programming Certification course in Pune - Aspire Techsoft
SAS Base Programming Certification course in Pune - Aspire TechsoftAspire Techsoft Academy
 
Sas training institute in hyderabad
Sas training institute in hyderabadSas training institute in hyderabad
Sas training institute in hyderabadAccuprosys
 
Learn SAS Programming
Learn SAS ProgrammingLearn SAS Programming
Learn SAS ProgrammingSASTechies
 
Strategies to Prepare SAS Certification Exam - Aspire Techsoft.pptx
Strategies to Prepare SAS Certification Exam - Aspire Techsoft.pptxStrategies to Prepare SAS Certification Exam - Aspire Techsoft.pptx
Strategies to Prepare SAS Certification Exam - Aspire Techsoft.pptxAspire Techsoft Academy
 
Whats so important about sas
Whats so important about sasWhats so important about sas
Whats so important about sasSollers College
 
SAS® Visual Analytics for SAS® Cloud
SAS® Visual Analytics for SAS® CloudSAS® Visual Analytics for SAS® Cloud
SAS® Visual Analytics for SAS® CloudYvonne Bjurstam
 
Downloading, Configuring, and Using the Free SAS® University Edition Software
Downloading, Configuring, and Using the Free SAS® University Edition SoftwareDownloading, Configuring, and Using the Free SAS® University Edition Software
Downloading, Configuring, and Using the Free SAS® University Edition SoftwareKirk Lafler
 
Hechsp 001 Chapter 1
Hechsp 001 Chapter 1Hechsp 001 Chapter 1
Hechsp 001 Chapter 1Brian Kelly
 
Clinical SAS Certification Guide- Aspire Techsoft.pdf
Clinical SAS Certification Guide- Aspire Techsoft.pdfClinical SAS Certification Guide- Aspire Techsoft.pdf
Clinical SAS Certification Guide- Aspire Techsoft.pdfAspire Techsoft Academy
 
Top 140+ Advanced SAS Interview Questions and Answers.pdf
Top 140+ Advanced SAS Interview Questions and Answers.pdfTop 140+ Advanced SAS Interview Questions and Answers.pdf
Top 140+ Advanced SAS Interview Questions and Answers.pdfDatacademy.ai
 
SAP BW vs Teradat; A White Paper
SAP BW vs Teradat; A White PaperSAP BW vs Teradat; A White Paper
SAP BW vs Teradat; A White PaperVipul Neema
 
Whats Hot, Whats Not Skills For Sas® Professionals (Presentation)
Whats Hot, Whats Not   Skills For Sas® Professionals (Presentation)Whats Hot, Whats Not   Skills For Sas® Professionals (Presentation)
Whats Hot, Whats Not Skills For Sas® Professionals (Presentation)Kirk Lafler
 

Similar to SAS Training | SAS Tutorials For Beginners | SAS Programming | SAS Online Training | Edureka (20)

SAS Tutorials For Beginners | SAS Training | SAS Tutorial For Data Analysis |...
SAS Tutorials For Beginners | SAS Training | SAS Tutorial For Data Analysis |...SAS Tutorials For Beginners | SAS Training | SAS Tutorial For Data Analysis |...
SAS Tutorials For Beginners | SAS Training | SAS Tutorial For Data Analysis |...
 
Sas demo
Sas demoSas demo
Sas demo
 
SAS Base Programming Certification course in Pune - Aspire Techsoft
SAS Base Programming Certification course in Pune - Aspire TechsoftSAS Base Programming Certification course in Pune - Aspire Techsoft
SAS Base Programming Certification course in Pune - Aspire Techsoft
 
Sas training institute in hyderabad
Sas training institute in hyderabadSas training institute in hyderabad
Sas training institute in hyderabad
 
Sas base programmer
Sas base programmerSas base programmer
Sas base programmer
 
Learn SAS Programming
Learn SAS ProgrammingLearn SAS Programming
Learn SAS Programming
 
Resume_Rahim
Resume_RahimResume_Rahim
Resume_Rahim
 
Strategies to Prepare SAS Certification Exam - Aspire Techsoft.pptx
Strategies to Prepare SAS Certification Exam - Aspire Techsoft.pptxStrategies to Prepare SAS Certification Exam - Aspire Techsoft.pptx
Strategies to Prepare SAS Certification Exam - Aspire Techsoft.pptx
 
Whats so important about sas
Whats so important about sasWhats so important about sas
Whats so important about sas
 
SAS® Visual Analytics for SAS® Cloud
SAS® Visual Analytics for SAS® CloudSAS® Visual Analytics for SAS® Cloud
SAS® Visual Analytics for SAS® Cloud
 
Downloading, Configuring, and Using the Free SAS® University Edition Software
Downloading, Configuring, and Using the Free SAS® University Edition SoftwareDownloading, Configuring, and Using the Free SAS® University Edition Software
Downloading, Configuring, and Using the Free SAS® University Edition Software
 
Gaurav soni_1
Gaurav soni_1Gaurav soni_1
Gaurav soni_1
 
Hechsp 001 Chapter 1
Hechsp 001 Chapter 1Hechsp 001 Chapter 1
Hechsp 001 Chapter 1
 
SAS Certified Visual Analytics | Aspire
SAS Certified Visual Analytics | AspireSAS Certified Visual Analytics | Aspire
SAS Certified Visual Analytics | Aspire
 
Clinical SAS Certification Guide- Aspire Techsoft.pdf
Clinical SAS Certification Guide- Aspire Techsoft.pdfClinical SAS Certification Guide- Aspire Techsoft.pdf
Clinical SAS Certification Guide- Aspire Techsoft.pdf
 
Top 140+ Advanced SAS Interview Questions and Answers.pdf
Top 140+ Advanced SAS Interview Questions and Answers.pdfTop 140+ Advanced SAS Interview Questions and Answers.pdf
Top 140+ Advanced SAS Interview Questions and Answers.pdf
 
SAP BW vs Teradat; A White Paper
SAP BW vs Teradat; A White PaperSAP BW vs Teradat; A White Paper
SAP BW vs Teradat; A White Paper
 
Sas certification training in pune
Sas certification training in puneSas certification training in pune
Sas certification training in pune
 
Whats Hot, Whats Not Skills For Sas® Professionals (Presentation)
Whats Hot, Whats Not   Skills For Sas® Professionals (Presentation)Whats Hot, Whats Not   Skills For Sas® Professionals (Presentation)
Whats Hot, Whats Not Skills For Sas® Professionals (Presentation)
 
Sasbasecontent2
Sasbasecontent2Sasbasecontent2
Sasbasecontent2
 

More from Edureka!

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaWhat to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaEdureka!
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaTop 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaEdureka!
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaTop 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaEdureka!
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaEdureka!
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaEdureka!
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaEdureka!
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaTop Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaEdureka!
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaEdureka!
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaHow to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaEdureka!
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaEdureka!
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | EdurekaEdureka!
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEdureka!
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEdureka!
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaEdureka!
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaEdureka!
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaEdureka!
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Edureka!
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaEdureka!
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaEdureka!
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | EdurekaEdureka!
 

More from Edureka! (20)

What to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | EdurekaWhat to learn during the 21 days Lockdown | Edureka
What to learn during the 21 days Lockdown | Edureka
 
Top 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | EdurekaTop 10 Dying Programming Languages in 2020 | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
 
Top 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | EdurekaTop 5 Trending Business Intelligence Tools | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
 
Tableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | EdurekaTableau Tutorial for Data Science | Edureka
Tableau Tutorial for Data Science | Edureka
 
Python Programming Tutorial | Edureka
Python Programming Tutorial | EdurekaPython Programming Tutorial | Edureka
Python Programming Tutorial | Edureka
 
Top 5 PMP Certifications | Edureka
Top 5 PMP Certifications | EdurekaTop 5 PMP Certifications | Edureka
Top 5 PMP Certifications | Edureka
 
Top Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | EdurekaTop Maven Interview Questions in 2020 | Edureka
Top Maven Interview Questions in 2020 | Edureka
 
Linux Mint Tutorial | Edureka
Linux Mint Tutorial | EdurekaLinux Mint Tutorial | Edureka
Linux Mint Tutorial | Edureka
 
How to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| EdurekaHow to Deploy Java Web App in AWS| Edureka
How to Deploy Java Web App in AWS| Edureka
 
Importance of Digital Marketing | Edureka
Importance of Digital Marketing | EdurekaImportance of Digital Marketing | Edureka
Importance of Digital Marketing | Edureka
 
RPA in 2020 | Edureka
RPA in 2020 | EdurekaRPA in 2020 | Edureka
RPA in 2020 | Edureka
 
Email Notifications in Jenkins | Edureka
Email Notifications in Jenkins | EdurekaEmail Notifications in Jenkins | Edureka
Email Notifications in Jenkins | Edureka
 
EA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | EdurekaEA Algorithm in Machine Learning | Edureka
EA Algorithm in Machine Learning | Edureka
 
Cognitive AI Tutorial | Edureka
Cognitive AI Tutorial | EdurekaCognitive AI Tutorial | Edureka
Cognitive AI Tutorial | Edureka
 
AWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | EdurekaAWS Cloud Practitioner Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
 
Blue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | EdurekaBlue Prism Top Interview Questions | Edureka
Blue Prism Top Interview Questions | Edureka
 
Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka Big Data on AWS Tutorial | Edureka
Big Data on AWS Tutorial | Edureka
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | EdurekaA star algorithm | A* Algorithm in Artificial Intelligence | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
 
Kubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | EdurekaKubernetes Installation on Ubuntu | Edureka
Kubernetes Installation on Ubuntu | Edureka
 
Introduction to DevOps | Edureka
Introduction to DevOps | EdurekaIntroduction to DevOps | Edureka
Introduction to DevOps | Edureka
 

Recently uploaded

SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphNeo4j
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 

Recently uploaded (20)

SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 

SAS Training | SAS Tutorials For Beginners | SAS Programming | SAS Online Training | Edureka

  • 2. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING What to expect?  Data Analytics  Data Analytics Tools  Why SAS?  What is SAS?  SAS Features  Coding in SAS  Use Case – Bank Data Analysis  SAS Job Trends
  • 4. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING Why Data Analytics? Cost Reduction Improved Services or Products Faster and Better Decision Making Next Generation Products Data Analytics Data Analytics help manage resources so as to reduce costs Analytics enables better work related decisions Meeting customer needs through better services Data Analytics paves the way for the creation of next gen products
  • 5. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING Why Data Analytics? Data analytics examines large and different types of data to uncover hidden patterns, correlations and other insights DATA ANALYTICS DECISIONS
  • 7. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING Data Analytics Tools There are many tools to perform Data Analytics and the popular ones are: Tableau Excel QlikView Splunk SAS Python Apache Spark Apache Storm Pig & Hive R Paid Tools Open Source Tools
  • 9. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING Why SAS? We will compare SAS with the popular alternatives in the market on the following aspects:  Ease of Learning  Data Handling Capabilities  Graphical Capabilities  Advancements in tool  Job Scenario
  • 10. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING Why SAS? We will compare SAS with the popular alternatives in the market on the following aspects:  Ease of Learning:  Data Handling Capabilities  Graphical Capabilities  Advancements in tool  Job Scenario SAS is easy to learn and provides easy option (PROC SQL) for people who already know SQL. R on the other hand has a very steep learning curve as it is a low level programming language.
  • 11. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING Why SAS? We will compare SAS with the popular alternatives in the market on the following aspects:  Ease of Learning  Data Handling Capabilities:  Graphical Capabilities  Advancements in tool  Job Scenario SAS is on par with all leading tools including R & Python when it comes to handling huge amount of data and options for parallel computations.
  • 12. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING Why SAS? We will compare SAS with the popular alternatives in the market on the following aspects:  Ease of Learning  Data Handling Capabilities  Graphical Capabilities:  Advancements in tool  Job Scenario SAS provides functional graphical capabilities and with a little bit of learning, it is possible to customize on these plots.
  • 13. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING Why SAS? We will compare SAS with the popular alternatives in the market on the following aspects:  Ease of Learning  Data Handling Capabilities  Graphical Capabilities:  Advancements in tool:  Job Scenario SAS releases updates in controlled environment, hence they are well tested. R & Python on the other hand, have open contribution and there are chances of errors in latest developments.
  • 14. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING Why SAS? We will compare SAS with the popular alternatives in the market on the following aspects:  Ease of Learning  Data Handling Capabilities  Graphical Capabilities  Advancements in tool  Job Scenario: Globally, SAS is the market leader in available corporate jobs. In India, SAS controls about 70% of the data analytics market share compared to 15% for R.
  • 16. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING What is SAS?  SAS (Statistical Analytics System) is a software suite for advanced analytics, multivariate analyses, business intelligence, data management and predictive analytics.  It is developed by SAS Institute.  SAS provides a graphical point-and-click user interface for non-technical users and more advanced options through the SAS language.
  • 18. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING SAS Features Base SAS Flexible Extensible Integrated Powerful Business Solutions Analytics Reporting and Graphics Data Access and Management Visualization and Discovery
  • 19. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING Base SAS Flexible Extensible Integrated Powerful SAS Features Reporting Data Access Transformation Let us look at some of the features of SAS in detail
  • 20. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING Access ManageAnalyze Present SAS Framework Data SAS Framework There are the four capabilities in SAS: 1. Access 2. Manage 3. Analyze 4. Present
  • 21. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING Access ManageAnalyze Present SAS Framework Data SAS Framework - Access 1. Access Raw Database File Excel File
  • 22. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING Access ManageAnalyze Present SAS Framework Data SAS Framework - Manage SAS provides excellent Data Management capabilities to: 1. Subset Data 2. Create Variables 3. Validate & Clean Data 2. Manage Subset Data Create Variables Validate & Clean
  • 23. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING Access ManageAnalyze Present SAS Framework Data SAS Framework - Analyze We can perform simple analyses like frequency and averages. Complex analyses include regression and forecasting. SAS is the gold standard for statistical analyses. 3. Analyze
  • 24. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING Access ManageAnalyze Present SAS Framework Data SAS Framework - Present 4. Present We can present our analysis in the form of:  List Reports  Summary Reports  Graphic Reports We can either print these reports, write them to data file or publish them online
  • 26. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING SAS Program All of these statements can represent a step boundary by indicating either the end of a step or the beginning of a new step.  RUN Statement  QUIT Statement  DATA Statement  PROC Statement A DATA step typically creates a SAS data set. However, you can use DATA steps to create raw data, program files, and reports. The DATA step is very flexible. A PROC step typically creates a report.
  • 27. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING SAS Program data work.newsalesemps; set orion.sales; where Country='AU'; run; title 'New Sales Employees'; proc print data=work.newsalesemps; run; proc means data=work.newsalesemps; class Job_Title; var Salary; run; title; Let us look at a simple SAS program  A SAS program is comprised of a sequence of steps, and a step is comprised of a sequence of statements.  Every step has a beginning and ending boundary. These are called step boundaries.  SAS compiles and executes each step independently based on the step boundaries. Data Step Proc Step Proc Step Global Statement End of Global Statement
  • 28. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING SAS Program data work.newsalesemps; set orion.sales; where Country='AU'; run; title 'New Sales Employees'; proc print data=work.newsalesemps; run; proc means data=work.newsalesemps; class Job_Title; var Salary; run; title;  A DATA step begins with a DATA statement and a PROC step begins with a PROC statement.  SAS detects the end of a step when it encounters one of the following: 1. A RUN statement for most steps 2. A QUIT statement for some procedures 3. The beginning of another step. Beginning Ending
  • 29. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING SAS Program - Result  We will submit the code and check the log. The results are as follows.  The first report is the PROC PRINT report.  Notice that the title you specified appears at the top of the report.  The next report is the PROC MEANS report. Here, SAS calculated statistics for the analysis variable Salary.  The MEANS procedure provides data summarization tools to compute descriptive statistics on your data, and displays output by default.
  • 30. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING SAS Program - Result  The next report is the PROC MEANS report. Here, SAS calculated statistics for the analysis variable Salary.  The MEANS procedure provides data summarization tools to compute descriptive statistics on your data, and displays output by default.
  • 31. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING SAS Supported Files Depending on your results, you might need to repeat some of the steps. The power of SAS is that you can use it to read any type of data, including the following three major file types: Raw data files contain data that has not been processed by any other computer program. They are text files that contain one record per line, and the record typically contains multiple fields. Raw data files aren’t reports; they are unformatted text. SAS data sets are specific to SAS. A SAS data set is data in a form that SAS can understand. Like raw data files, SAS data sets contain data. But in SAS data sets, the data is created only by SAS and can be read only by SAS. SAS program files contain SAS programming code. These instructions tell SAS how to process your data and what output to create. You can save and reuse SAS program files.
  • 33. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING Use Case – Bank Data Analysis Bank Data Analysis using SAS Introduction:  KM Bank is a commercial bank in Delhi. It has two branches: North and South East.  The bank has a call centre in each of these two branch regions to cater to the needs of the customer.  Data is stored in different excel files due to which it sometimes gets complicated and time consuming to retrieve information about a customer.  Therefore, they are looking for a way to blend the data such that they have the information they need in one dataset & also with that they are able to draw some insights through the data.
  • 34. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING Use Case – Bank Data Analysis Problem Statement: Extract meaningful business side insights from the bank customer data by merging both the branches’ data using SAS functions. Use these insights to find high-value customers, value correlation and the effect of sales calls on various products the bank has to offer. Analyses to be done: Combine the data from both the bank branches for further analytics 1 Find out the total number of calls made to every customer from outside his/her branch 2 Give bi-variate frequency of customers by gender and age-group 3 Find a relation between a customer’s age and bank balance 4
  • 35. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING Use Case – Practical Demo
  • 37. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING Job Trends in SAS  The following is the Job Trend of SAS & SAS Modeling across the world  SAS has been a market leader when it comes to Data Analytics Jobs Source: www.indeed.com
  • 39. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING Summary Data Analytics What is SAS? Data Analytics Tools Why SAS?
  • 40. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING Summary Features of SAS SAS Job Trends Coding in SAS Use Case – Bank Analysis
  • 41. www.edureka.co/sas-trainingEDUREKA SAS CERTIFICATION TRAINING Thank You … Questions/Queries/Feedback