SlideShare a Scribd company logo
1 of 14
SAS - SOFTWARE
BY
Dr. Jitendra Patel
Associate Professor
AIPS, Hyderabad, India.
SAS = Statistical Analysis System
• It is a statistical software suite developed by SAS
Institute for data management.
• SAS was developed at North Carolina State
University from 1966 until 1976, when SAS
Institute was incorporated.
• SAS was further developed in the 1980s and
1990s with the addition of new statistical
procedures, additional components and the
introduction of JMP.
• A point-and-click interface was added in version 9
in 2004. A social media analytics product was
added in 2010.
• SAS is a software suite that can mine, alter, manage and
retrieve data from a variety of sources and perform statistical
analysis on it.
• SAS provides a graphical point-and-click user interface for
non-technical users and more through the SAS language.
• SAS programs have DATA steps, which retrieve and manipulate
data, and PROC steps, which analyze the data.
• Each step consists of a series of statements.
• The DATA step has executable statements that result in the
software taking an action, and declarative statements that
provide instructions to read a data set or alter the data's
appearance.
• The DATA step has two phases: compilation and execution. In
the compilation phase, declarative statements are processed
and syntax errors are identified.
• Afterwards, the execution phase processes each executable
statement sequentially.
• Data sets are organized into tables with rows called
"observations" and columns called "variables".
• Additionally, each piece of data has a descriptor and a value.
• The PROC step consists of PROC statements that call
upon named procedures.
• Procedures perform analysis and reporting on data sets
to produce statistics, analyses, and graphics.
• There are more than 300 named procedures and each
one contains a substantial body of programming and
statistical work.
• PROC statements can also display results, sort data or
perform other operations.
• SAS macros are pieces of code or variables that are
coded once and referenced to perform repetitive tasks.
• SAS data can be published in HTML, PDF, Excel, RTF and
other formats using the Output Delivery System, which
was first introduced in 2007.
• The SAS Enterprise Guide is SAS's point-and-click
interface. It generates code to manipulate data or
perform analysis automatically and does not require
SAS programming experience to use.
• The SAS software suite has more than
200 components Some of the SAS components include:
1. Base SAS – Basic procedures and data management
2. SAS/STAT – Statistical analysis
3. SAS/GRAPH – Graphics and presentation
4. SAS/OR – Operations research
5. SAS/ETS – Econometrics and Time Series Analysis
6. SAS/IML – Interactive matrix language
7. SAS/AF – Applications facility
8. SAS/QC – Quality control
9. SAS/INSIGHT – Data mining
10. SAS/PH – Clinical trial analysis
11. Enterprise Miner – data mining
12. Enterprise Guide - GUI based code editor & project
manager
13. SAS EBI - Suite of Business Intelligence Applications
14. SAS Grid Manager - Manager of SAS grid computing
environment
Origins
• The development of SAS began in 1966 after North Carolina
State University re-hired Anthony Barr to program his analysis
of variance and regression software so that it would run
on IBM System/360 computers.
• The project was funded by the National Institutes of
Health. and was originally intended to analyze agricultural
data to improve crop yields. Barr was joined by student James
Goodnight, who developed the software's statistical routines,
and the two became project leaders.
• In 1968, Barr and Goodnight integrated new multiple
regression and analysis of variance routines.
• In 1972, after issuing the first release of SAS, the project lost
its funding. According to Goodnight, this was because NIH
only wanted to fund projects with medical applications.
• John Sall joined the project in 1973 and contributed to the
software's econometrics, time series, and matrix algebra.
Another early participant, Caroll G.
• The first versions of SAS were named after the
year in which they were released.
• In 1971, SAS 71 was published as a limited
release.
• It was used only on IBM mainframes and had the
main elements of SAS programming, such as the
DATA step and the most common procedures in
the PROC step.
• The following year a full version was released as
SAS 72, which introduced the MERGE statement
and added features for handling missing data or
combining data sets.
• In 1976, Barr, Goodnight, Sall, and Helwig
removed the project from North Carolina State
and incorporated it into SAS Institute, Inc.
Development
• SAS was re-designed in SAS 76 with an open architecture that allowed
for compilers and procedures.
• The INPUT and INFILE statements were improved so they could read
most data formats used by IBM mainframes.
• Generating reports was also added through the PUT and FILE
statements.
• The ability to analyze general linear models was also added as was the
FORMAT procedure, which allowed developers to customize the
appearance of data.
• In 1979, SAS 79 added support for the CMS operating system and
introduced the DATASETS procedure.
• Three years later, SAS 82 introduced an early macro language and the
APPEND procedure.
• SAS version 4 had limited features, but made SAS more accessible.
Version 5 introduced a complete macro language, array subscripts, and
a full-screen interactive user interface called Display Manager.
• In 1985, SAS was rewritten in the C programming language.
• This allowed for the SAS' Multivendor Architecture that allows the
software to run on UNIX, MS-DOS, and Windows.
• It was previously written in PL/I, Fortran, and assembly language.
• In the 1980s and 1990s, SAS released a number of components to
complement Base SAS.
• SAS/GRAPH, which produces graphics, was released in 1980, as well as the
SAS/ETS component, which supports econometric and time series
analysis.
• A component intended for pharmaceutical users, SAS/PH-Clinical, was
released in the 1990s.
• The Food and Drug Administration standardized on SAS/PH-Clinical for
new drug applications in 2002.
• JMP was developed by SAS co-founder John Sall and a team of developers
to take advantage of the graphical user interface introduced in the
1984 Apple Macintosh and shipped for the first time in 1989.
• Updated versions of JMP were released continuously after 2002 with the
most recent release being from 2016.
• SAS version 6 was used throughout the 1990s and was available on a
wider range of operating systems, including Macintosh, OS/2, Silicon
Graphics, and PRIMOS.
• Version 7 introduced the Output Delivery System (ODS) and an improved
text editor. ODS was improved upon in successive releases. For example,
more output options were added in version 8.
• The number of operating systems that were supported was reduced
to UNIX, Windows and z/OS, and Linux was added. SAS version 8 and SAS
Enterprise Miner were released in 1999.
Recent History
• In 2002, the Text Miner software was introduced. Text Miner analyzes
text data like emails for patterns in Business Intelligence applications.
• In 2004, SAS Version 9.0 was released, which was dubbed "Project
Mercury" and was designed to make SAS accessible to a broader range
of business users.
• The Customer Relationship Management (CRM) features were improved
in 2004 with SAS Interaction Management.
• In 2008 SAS announced Project Unity, designed to integrate data quality,
data integration and master data management.
• SAS Institute Inc v World Programming Ltd was a lawsuit with developers
of a competing implementation, World Programming System, alleging
that they had infringed SAS's copyright in part by implementing the
same functionality. This case was referred from the United
Kingdom's High Court of Justice to the European Court of Justice on 11
August 2010.
• In May 2012, the European Court of Justice ruled in favor of World
Programming, finding that "the functionality of a computer program and
the programming language cannot be protected by copyright."
Software products
• As of 2011 SAS's largest set of products is its line for customer
intelligence.
• Numerous SAS modules for web, social media and marketing
analytics may be used to profile customers and prospects,
predict their behaviors and manage and optimize
communications.
• SAS also provides the SAS Fraud Framework. The framework's
primary functionality is to monitor transactions across
different applications, networks and partners and use
analytics to identify anomalies that are indicative of fraud.
• SAS Enterprise GRC (Governance, Risk and Compliance)
provides risk modeling, scenario analysis and other
functions in order to manage and visualize risk, compliance
and corporate policies.
• There is also a SAS Enterprise Risk Management product-set
designed primarily for banks and financial services
organizations.
Adoption
• According to IDC, SAS is the largest market-share
holder in "advanced analytics" with 35.4 percent of the
market as of 2013.
• It is the fifth largest market-share holder for business
intelligence (BI) software with a 6.9% share and the
largest independent vendor.
• It competes in the BI market against conglomerates,
such as SAP Business Objects,IBM Cognos, SPSS
Modeler, Oracle Hyperion, and Microsoft Power BI.
• SAS has been named in the Gartner Leader's Quadrant
for Data Integration Tool and for Business Intelligence
and Analytical Platforms.
• A study published in 2011 in BMC Health Services
Research found that SAS was used in 42.6 percent of
data analyses in health service research, based on a
sample of 1,139 articles drawn from three journals.
Application
1. Multivariate Analysis: price, quality, factor
analysis, multiple regression etc.
2. Business Intelligence: Reporting, data mining,
process mining, complex event processing,
bench marking.
3. Predictive Analysis: Customer thought process,
hidden inferences in text etc.
4. Creating safe Drugs, Clinical Research &
Forecasting : Diagnosis, prognosis, clinical
division etc.
5. Clinical trials : Pharmaceuticals, biotech &
clinical research companies etc.
Thank You

More Related Content

What's hot

Statistical Package for Social Science (SPSS)
Statistical Package for Social Science (SPSS)Statistical Package for Social Science (SPSS)
Statistical Package for Social Science (SPSS)sspink
 
Simple & Multiple Regression Analysis
Simple & Multiple Regression AnalysisSimple & Multiple Regression Analysis
Simple & Multiple Regression AnalysisShailendra Tomar
 
Observational Studies and their Reporting Guidelines
Observational Studies and their Reporting GuidelinesObservational Studies and their Reporting Guidelines
Observational Studies and their Reporting Guidelineskopalsharma85
 
Prescription event monitoring
Prescription event monitoringPrescription event monitoring
Prescription event monitoringReyaz Bhat
 
Application of excel and spss programme in statistical
Application of excel and spss programme in statisticalApplication of excel and spss programme in statistical
Application of excel and spss programme in statisticalVeenaV29
 
Meta analysis and spontaneous reporting
Meta analysis and spontaneous reportingMeta analysis and spontaneous reporting
Meta analysis and spontaneous reportinghamzakhan643
 
Safety monitoring in clinical trails
Safety monitoring in clinical trailsSafety monitoring in clinical trails
Safety monitoring in clinical trailsGOURIPRIYA L S
 
DATA GRAPHICS 8th Sem.pdf
DATA GRAPHICS 8th Sem.pdfDATA GRAPHICS 8th Sem.pdf
DATA GRAPHICS 8th Sem.pdfRavinandan A P
 
2.3  Daily defined doses.pptx
2.3  Daily defined doses.pptx2.3  Daily defined doses.pptx
2.3  Daily defined doses.pptxReshmaManeDeshmukh
 
OVERVIEW OF DRUG REGULATORY AGENCIES IN INDIA, USA, EUROPE AND JAPAN
OVERVIEW OF DRUG REGULATORY AGENCIES IN INDIA, USA, EUROPE AND JAPAN OVERVIEW OF DRUG REGULATORY AGENCIES IN INDIA, USA, EUROPE AND JAPAN
OVERVIEW OF DRUG REGULATORY AGENCIES IN INDIA, USA, EUROPE AND JAPAN Arul Packiadhas
 

What's hot (20)

SPSS.pptx
SPSS.pptxSPSS.pptx
SPSS.pptx
 
Statistical software.pptx
Statistical software.pptxStatistical software.pptx
Statistical software.pptx
 
Spss
SpssSpss
Spss
 
Application of SPSS by umakant bhaskar gohatre
Application of SPSS by umakant bhaskar gohatre Application of SPSS by umakant bhaskar gohatre
Application of SPSS by umakant bhaskar gohatre
 
Statistical Package for Social Science (SPSS)
Statistical Package for Social Science (SPSS)Statistical Package for Social Science (SPSS)
Statistical Package for Social Science (SPSS)
 
Spss an introduction
Spss  an introductionSpss  an introduction
Spss an introduction
 
Spontaneous Reporting System
Spontaneous Reporting SystemSpontaneous Reporting System
Spontaneous Reporting System
 
Crossover study design
Crossover study designCrossover study design
Crossover study design
 
Simple & Multiple Regression Analysis
Simple & Multiple Regression AnalysisSimple & Multiple Regression Analysis
Simple & Multiple Regression Analysis
 
Observational Studies and their Reporting Guidelines
Observational Studies and their Reporting GuidelinesObservational Studies and their Reporting Guidelines
Observational Studies and their Reporting Guidelines
 
Prescription event monitoring
Prescription event monitoringPrescription event monitoring
Prescription event monitoring
 
Presentation CIOMS VIII
Presentation CIOMS VIIIPresentation CIOMS VIII
Presentation CIOMS VIII
 
Sas demo
Sas demoSas demo
Sas demo
 
Application of excel and spss programme in statistical
Application of excel and spss programme in statisticalApplication of excel and spss programme in statistical
Application of excel and spss programme in statistical
 
Meta analysis and spontaneous reporting
Meta analysis and spontaneous reportingMeta analysis and spontaneous reporting
Meta analysis and spontaneous reporting
 
Spss beginners
Spss beginnersSpss beginners
Spss beginners
 
Safety monitoring in clinical trails
Safety monitoring in clinical trailsSafety monitoring in clinical trails
Safety monitoring in clinical trails
 
DATA GRAPHICS 8th Sem.pdf
DATA GRAPHICS 8th Sem.pdfDATA GRAPHICS 8th Sem.pdf
DATA GRAPHICS 8th Sem.pdf
 
2.3  Daily defined doses.pptx
2.3  Daily defined doses.pptx2.3  Daily defined doses.pptx
2.3  Daily defined doses.pptx
 
OVERVIEW OF DRUG REGULATORY AGENCIES IN INDIA, USA, EUROPE AND JAPAN
OVERVIEW OF DRUG REGULATORY AGENCIES IN INDIA, USA, EUROPE AND JAPAN OVERVIEW OF DRUG REGULATORY AGENCIES IN INDIA, USA, EUROPE AND JAPAN
OVERVIEW OF DRUG REGULATORY AGENCIES IN INDIA, USA, EUROPE AND JAPAN
 

Similar to SAS - Statistical Analysis System

Sas training institute in hyderabad
Sas training institute in hyderabadSas training institute in hyderabad
Sas training institute in hyderabadAccuprosys
 
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
 
Social Media Market Trender with Dache Manager Using Hadoop and Visualization...
Social Media Market Trender with Dache Manager Using Hadoop and Visualization...Social Media Market Trender with Dache Manager Using Hadoop and Visualization...
Social Media Market Trender with Dache Manager Using Hadoop and Visualization...IRJET Journal
 
A BUSINESS INTELLIGENCE PLATFORM IMPLEMENTED IN A BIG DATA SYSTEM EMBEDDING D...
A BUSINESS INTELLIGENCE PLATFORM IMPLEMENTED IN A BIG DATA SYSTEM EMBEDDING D...A BUSINESS INTELLIGENCE PLATFORM IMPLEMENTED IN A BIG DATA SYSTEM EMBEDDING D...
A BUSINESS INTELLIGENCE PLATFORM IMPLEMENTED IN A BIG DATA SYSTEM EMBEDDING D...IJDKP
 
IRJET- Business Intelligence using Hadoop
IRJET-  	  Business Intelligence using HadoopIRJET-  	  Business Intelligence using Hadoop
IRJET- Business Intelligence using HadoopIRJET Journal
 
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock Exchange
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock ExchangeIRJET- Analysis for EnhancedForecastof Expense Movement in Stock Exchange
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock ExchangeIRJET Journal
 
Statistical software packages ,their layout & applications
Statistical software packages ,their layout & applicationsStatistical software packages ,their layout & applications
Statistical software packages ,their layout & applicationsNeurosurgeon Mumtaz Ali Narejo
 
John Paredes Resume Sfnm
John Paredes Resume SfnmJohn Paredes Resume Sfnm
John Paredes Resume SfnmJohn Paredes
 
European Pharmaceutical Contractor: SAS and R Team in Clinical Research
European Pharmaceutical Contractor: SAS and R Team in Clinical ResearchEuropean Pharmaceutical Contractor: SAS and R Team in Clinical Research
European Pharmaceutical Contractor: SAS and R Team in Clinical ResearchKCR
 
Top Big data Analytics tools: Emerging trends and Best practices
Top Big data Analytics tools: Emerging trends and Best practicesTop Big data Analytics tools: Emerging trends and Best practices
Top Big data Analytics tools: Emerging trends and Best practicesSpringPeople
 
InfoSphere BigInsights
InfoSphere BigInsightsInfoSphere BigInsights
InfoSphere BigInsightsWilfried Hoge
 
Gurney · SlidesCarnival.pptx
Gurney · SlidesCarnival.pptxGurney · SlidesCarnival.pptx
Gurney · SlidesCarnival.pptxyakotalordea
 

Similar to SAS - Statistical Analysis System (20)

Sas training institute in hyderabad
Sas training institute in hyderabadSas training institute in hyderabad
Sas training institute in hyderabad
 
SAP for Beginners
SAP for BeginnersSAP for Beginners
SAP for Beginners
 
Resume
ResumeResume
Resume
 
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
 
resume
resumeresume
resume
 
Social Media Market Trender with Dache Manager Using Hadoop and Visualization...
Social Media Market Trender with Dache Manager Using Hadoop and Visualization...Social Media Market Trender with Dache Manager Using Hadoop and Visualization...
Social Media Market Trender with Dache Manager Using Hadoop and Visualization...
 
A BUSINESS INTELLIGENCE PLATFORM IMPLEMENTED IN A BIG DATA SYSTEM EMBEDDING D...
A BUSINESS INTELLIGENCE PLATFORM IMPLEMENTED IN A BIG DATA SYSTEM EMBEDDING D...A BUSINESS INTELLIGENCE PLATFORM IMPLEMENTED IN A BIG DATA SYSTEM EMBEDDING D...
A BUSINESS INTELLIGENCE PLATFORM IMPLEMENTED IN A BIG DATA SYSTEM EMBEDDING D...
 
IRJET- Business Intelligence using Hadoop
IRJET-  	  Business Intelligence using HadoopIRJET-  	  Business Intelligence using Hadoop
IRJET- Business Intelligence using Hadoop
 
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock Exchange
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock ExchangeIRJET- Analysis for EnhancedForecastof Expense Movement in Stock Exchange
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock Exchange
 
Big data analytics
Big data analyticsBig data analytics
Big data analytics
 
Sohail resume
Sohail resumeSohail resume
Sohail resume
 
Statistical software packages ,their layout & applications
Statistical software packages ,their layout & applicationsStatistical software packages ,their layout & applications
Statistical software packages ,their layout & applications
 
John Paredes Resume Sfnm
John Paredes Resume SfnmJohn Paredes Resume Sfnm
John Paredes Resume Sfnm
 
European Pharmaceutical Contractor: SAS and R Team in Clinical Research
European Pharmaceutical Contractor: SAS and R Team in Clinical ResearchEuropean Pharmaceutical Contractor: SAS and R Team in Clinical Research
European Pharmaceutical Contractor: SAS and R Team in Clinical Research
 
Top Big data Analytics tools: Emerging trends and Best practices
Top Big data Analytics tools: Emerging trends and Best practicesTop Big data Analytics tools: Emerging trends and Best practices
Top Big data Analytics tools: Emerging trends and Best practices
 
InfoSphere BigInsights
InfoSphere BigInsightsInfoSphere BigInsights
InfoSphere BigInsights
 
Gurney · SlidesCarnival.pptx
Gurney · SlidesCarnival.pptxGurney · SlidesCarnival.pptx
Gurney · SlidesCarnival.pptx
 
Ibm big data
Ibm big dataIbm big data
Ibm big data
 
IBM Big Data
IBM Big Data IBM Big Data
IBM Big Data
 
Big data Question bank.pdf
Big data Question bank.pdfBig data Question bank.pdf
Big data Question bank.pdf
 

More from Dr-Jitendra Patel

2. Scope of Pharmacognosy.pptx
2. Scope of Pharmacognosy.pptx2. Scope of Pharmacognosy.pptx
2. Scope of Pharmacognosy.pptxDr-Jitendra Patel
 
isolation and preservation of pure culture
isolation and preservation of pure cultureisolation and preservation of pure culture
isolation and preservation of pure cultureDr-Jitendra Patel
 
Design of experiments BY Minitab
Design of experiments BY MinitabDesign of experiments BY Minitab
Design of experiments BY MinitabDr-Jitendra Patel
 
Graphs- A tool to present data
Graphs- A tool to present dataGraphs- A tool to present data
Graphs- A tool to present dataDr-Jitendra Patel
 
PAPAIN - An digestive enzymes
PAPAIN - An digestive enzymes PAPAIN - An digestive enzymes
PAPAIN - An digestive enzymes Dr-Jitendra Patel
 
Plagiarism- A Malpractice in Academia
Plagiarism- A Malpractice in Academia Plagiarism- A Malpractice in Academia
Plagiarism- A Malpractice in Academia Dr-Jitendra Patel
 
Sources of Herbs- Biological & Geographical
Sources of Herbs- Biological & Geographical Sources of Herbs- Biological & Geographical
Sources of Herbs- Biological & Geographical Dr-Jitendra Patel
 
PEPSIN Enzyme - An enzyme for protein digestions
PEPSIN Enzyme - An enzyme for protein digestions PEPSIN Enzyme - An enzyme for protein digestions
PEPSIN Enzyme - An enzyme for protein digestions Dr-Jitendra Patel
 
Types of experimental design
Types of experimental designTypes of experimental design
Types of experimental designDr-Jitendra Patel
 
Herbal Drug Preparation - Different Dosage Forms
Herbal Drug Preparation - Different Dosage Forms Herbal Drug Preparation - Different Dosage Forms
Herbal Drug Preparation - Different Dosage Forms Dr-Jitendra Patel
 
MALT EXTRACT- Barley cereals
MALT EXTRACT- Barley cereals MALT EXTRACT- Barley cereals
MALT EXTRACT- Barley cereals Dr-Jitendra Patel
 
Experimental design techniques- why experimental design needed?
Experimental design techniques- why experimental design needed?Experimental design techniques- why experimental design needed?
Experimental design techniques- why experimental design needed?Dr-Jitendra Patel
 
Qualitative test for proteins
Qualitative test for proteinsQualitative test for proteins
Qualitative test for proteinsDr-Jitendra Patel
 
Need of Research- Why Necessary
Need of Research- Why NecessaryNeed of Research- Why Necessary
Need of Research- Why NecessaryDr-Jitendra Patel
 
Classification of Protein by different mode.
Classification of Protein by different mode.Classification of Protein by different mode.
Classification of Protein by different mode.Dr-Jitendra Patel
 
Research – To find out the truth
Research – To find out the truth Research – To find out the truth
Research – To find out the truth Dr-Jitendra Patel
 
Protein- An Essential element
Protein-  An Essential elementProtein-  An Essential element
Protein- An Essential elementDr-Jitendra Patel
 
Cottonseed oil- gossypium seed oil
Cottonseed oil- gossypium seed oil Cottonseed oil- gossypium seed oil
Cottonseed oil- gossypium seed oil Dr-Jitendra Patel
 

More from Dr-Jitendra Patel (20)

2. Scope of Pharmacognosy.pptx
2. Scope of Pharmacognosy.pptx2. Scope of Pharmacognosy.pptx
2. Scope of Pharmacognosy.pptx
 
isolation and preservation of pure culture
isolation and preservation of pure cultureisolation and preservation of pure culture
isolation and preservation of pure culture
 
Design of experiments BY Minitab
Design of experiments BY MinitabDesign of experiments BY Minitab
Design of experiments BY Minitab
 
Graphs- A tool to present data
Graphs- A tool to present dataGraphs- A tool to present data
Graphs- A tool to present data
 
PAPAIN - An digestive enzymes
PAPAIN - An digestive enzymes PAPAIN - An digestive enzymes
PAPAIN - An digestive enzymes
 
Plagiarism- A Malpractice in Academia
Plagiarism- A Malpractice in Academia Plagiarism- A Malpractice in Academia
Plagiarism- A Malpractice in Academia
 
Sources of Herbs- Biological & Geographical
Sources of Herbs- Biological & Geographical Sources of Herbs- Biological & Geographical
Sources of Herbs- Biological & Geographical
 
PEPSIN Enzyme - An enzyme for protein digestions
PEPSIN Enzyme - An enzyme for protein digestions PEPSIN Enzyme - An enzyme for protein digestions
PEPSIN Enzyme - An enzyme for protein digestions
 
DIASTASE Enzyme- Amylase
DIASTASE Enzyme- Amylase DIASTASE Enzyme- Amylase
DIASTASE Enzyme- Amylase
 
Types of experimental design
Types of experimental designTypes of experimental design
Types of experimental design
 
Herbal Drug Preparation - Different Dosage Forms
Herbal Drug Preparation - Different Dosage Forms Herbal Drug Preparation - Different Dosage Forms
Herbal Drug Preparation - Different Dosage Forms
 
MALT EXTRACT- Barley cereals
MALT EXTRACT- Barley cereals MALT EXTRACT- Barley cereals
MALT EXTRACT- Barley cereals
 
Experimental design techniques- why experimental design needed?
Experimental design techniques- why experimental design needed?Experimental design techniques- why experimental design needed?
Experimental design techniques- why experimental design needed?
 
Qualitative test for proteins
Qualitative test for proteinsQualitative test for proteins
Qualitative test for proteins
 
Need of Research- Why Necessary
Need of Research- Why NecessaryNeed of Research- Why Necessary
Need of Research- Why Necessary
 
Herbs as plant materials
Herbs as plant materialsHerbs as plant materials
Herbs as plant materials
 
Classification of Protein by different mode.
Classification of Protein by different mode.Classification of Protein by different mode.
Classification of Protein by different mode.
 
Research – To find out the truth
Research – To find out the truth Research – To find out the truth
Research – To find out the truth
 
Protein- An Essential element
Protein-  An Essential elementProtein-  An Essential element
Protein- An Essential element
 
Cottonseed oil- gossypium seed oil
Cottonseed oil- gossypium seed oil Cottonseed oil- gossypium seed oil
Cottonseed oil- gossypium seed oil
 

Recently uploaded

Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitolTechU
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentInMediaRes1
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxabhijeetpadhi001
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 

Recently uploaded (20)

Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Capitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptxCapitol Tech U Doctoral Presentation - April 2024.pptx
Capitol Tech U Doctoral Presentation - April 2024.pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
Meghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media ComponentMeghan Sutherland In Media Res Media Component
Meghan Sutherland In Media Res Media Component
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
MICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptxMICROBIOLOGY biochemical test detailed.pptx
MICROBIOLOGY biochemical test detailed.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 

SAS - Statistical Analysis System

  • 1. SAS - SOFTWARE BY Dr. Jitendra Patel Associate Professor AIPS, Hyderabad, India.
  • 2. SAS = Statistical Analysis System • It is a statistical software suite developed by SAS Institute for data management. • SAS was developed at North Carolina State University from 1966 until 1976, when SAS Institute was incorporated. • SAS was further developed in the 1980s and 1990s with the addition of new statistical procedures, additional components and the introduction of JMP. • A point-and-click interface was added in version 9 in 2004. A social media analytics product was added in 2010.
  • 3. • SAS is a software suite that can mine, alter, manage and retrieve data from a variety of sources and perform statistical analysis on it. • SAS provides a graphical point-and-click user interface for non-technical users and more through the SAS language. • SAS programs have DATA steps, which retrieve and manipulate data, and PROC steps, which analyze the data. • Each step consists of a series of statements. • The DATA step has executable statements that result in the software taking an action, and declarative statements that provide instructions to read a data set or alter the data's appearance. • The DATA step has two phases: compilation and execution. In the compilation phase, declarative statements are processed and syntax errors are identified. • Afterwards, the execution phase processes each executable statement sequentially. • Data sets are organized into tables with rows called "observations" and columns called "variables". • Additionally, each piece of data has a descriptor and a value.
  • 4. • The PROC step consists of PROC statements that call upon named procedures. • Procedures perform analysis and reporting on data sets to produce statistics, analyses, and graphics. • There are more than 300 named procedures and each one contains a substantial body of programming and statistical work. • PROC statements can also display results, sort data or perform other operations. • SAS macros are pieces of code or variables that are coded once and referenced to perform repetitive tasks. • SAS data can be published in HTML, PDF, Excel, RTF and other formats using the Output Delivery System, which was first introduced in 2007. • The SAS Enterprise Guide is SAS's point-and-click interface. It generates code to manipulate data or perform analysis automatically and does not require SAS programming experience to use.
  • 5. • The SAS software suite has more than 200 components Some of the SAS components include: 1. Base SAS – Basic procedures and data management 2. SAS/STAT – Statistical analysis 3. SAS/GRAPH – Graphics and presentation 4. SAS/OR – Operations research 5. SAS/ETS – Econometrics and Time Series Analysis 6. SAS/IML – Interactive matrix language 7. SAS/AF – Applications facility 8. SAS/QC – Quality control 9. SAS/INSIGHT – Data mining 10. SAS/PH – Clinical trial analysis 11. Enterprise Miner – data mining 12. Enterprise Guide - GUI based code editor & project manager 13. SAS EBI - Suite of Business Intelligence Applications 14. SAS Grid Manager - Manager of SAS grid computing environment
  • 6. Origins • The development of SAS began in 1966 after North Carolina State University re-hired Anthony Barr to program his analysis of variance and regression software so that it would run on IBM System/360 computers. • The project was funded by the National Institutes of Health. and was originally intended to analyze agricultural data to improve crop yields. Barr was joined by student James Goodnight, who developed the software's statistical routines, and the two became project leaders. • In 1968, Barr and Goodnight integrated new multiple regression and analysis of variance routines. • In 1972, after issuing the first release of SAS, the project lost its funding. According to Goodnight, this was because NIH only wanted to fund projects with medical applications. • John Sall joined the project in 1973 and contributed to the software's econometrics, time series, and matrix algebra. Another early participant, Caroll G.
  • 7. • The first versions of SAS were named after the year in which they were released. • In 1971, SAS 71 was published as a limited release. • It was used only on IBM mainframes and had the main elements of SAS programming, such as the DATA step and the most common procedures in the PROC step. • The following year a full version was released as SAS 72, which introduced the MERGE statement and added features for handling missing data or combining data sets. • In 1976, Barr, Goodnight, Sall, and Helwig removed the project from North Carolina State and incorporated it into SAS Institute, Inc.
  • 8. Development • SAS was re-designed in SAS 76 with an open architecture that allowed for compilers and procedures. • The INPUT and INFILE statements were improved so they could read most data formats used by IBM mainframes. • Generating reports was also added through the PUT and FILE statements. • The ability to analyze general linear models was also added as was the FORMAT procedure, which allowed developers to customize the appearance of data. • In 1979, SAS 79 added support for the CMS operating system and introduced the DATASETS procedure. • Three years later, SAS 82 introduced an early macro language and the APPEND procedure. • SAS version 4 had limited features, but made SAS more accessible. Version 5 introduced a complete macro language, array subscripts, and a full-screen interactive user interface called Display Manager. • In 1985, SAS was rewritten in the C programming language. • This allowed for the SAS' Multivendor Architecture that allows the software to run on UNIX, MS-DOS, and Windows. • It was previously written in PL/I, Fortran, and assembly language.
  • 9. • In the 1980s and 1990s, SAS released a number of components to complement Base SAS. • SAS/GRAPH, which produces graphics, was released in 1980, as well as the SAS/ETS component, which supports econometric and time series analysis. • A component intended for pharmaceutical users, SAS/PH-Clinical, was released in the 1990s. • The Food and Drug Administration standardized on SAS/PH-Clinical for new drug applications in 2002. • JMP was developed by SAS co-founder John Sall and a team of developers to take advantage of the graphical user interface introduced in the 1984 Apple Macintosh and shipped for the first time in 1989. • Updated versions of JMP were released continuously after 2002 with the most recent release being from 2016. • SAS version 6 was used throughout the 1990s and was available on a wider range of operating systems, including Macintosh, OS/2, Silicon Graphics, and PRIMOS. • Version 7 introduced the Output Delivery System (ODS) and an improved text editor. ODS was improved upon in successive releases. For example, more output options were added in version 8. • The number of operating systems that were supported was reduced to UNIX, Windows and z/OS, and Linux was added. SAS version 8 and SAS Enterprise Miner were released in 1999.
  • 10. Recent History • In 2002, the Text Miner software was introduced. Text Miner analyzes text data like emails for patterns in Business Intelligence applications. • In 2004, SAS Version 9.0 was released, which was dubbed "Project Mercury" and was designed to make SAS accessible to a broader range of business users. • The Customer Relationship Management (CRM) features were improved in 2004 with SAS Interaction Management. • In 2008 SAS announced Project Unity, designed to integrate data quality, data integration and master data management. • SAS Institute Inc v World Programming Ltd was a lawsuit with developers of a competing implementation, World Programming System, alleging that they had infringed SAS's copyright in part by implementing the same functionality. This case was referred from the United Kingdom's High Court of Justice to the European Court of Justice on 11 August 2010. • In May 2012, the European Court of Justice ruled in favor of World Programming, finding that "the functionality of a computer program and the programming language cannot be protected by copyright."
  • 11. Software products • As of 2011 SAS's largest set of products is its line for customer intelligence. • Numerous SAS modules for web, social media and marketing analytics may be used to profile customers and prospects, predict their behaviors and manage and optimize communications. • SAS also provides the SAS Fraud Framework. The framework's primary functionality is to monitor transactions across different applications, networks and partners and use analytics to identify anomalies that are indicative of fraud. • SAS Enterprise GRC (Governance, Risk and Compliance) provides risk modeling, scenario analysis and other functions in order to manage and visualize risk, compliance and corporate policies. • There is also a SAS Enterprise Risk Management product-set designed primarily for banks and financial services organizations.
  • 12. Adoption • According to IDC, SAS is the largest market-share holder in "advanced analytics" with 35.4 percent of the market as of 2013. • It is the fifth largest market-share holder for business intelligence (BI) software with a 6.9% share and the largest independent vendor. • It competes in the BI market against conglomerates, such as SAP Business Objects,IBM Cognos, SPSS Modeler, Oracle Hyperion, and Microsoft Power BI. • SAS has been named in the Gartner Leader's Quadrant for Data Integration Tool and for Business Intelligence and Analytical Platforms. • A study published in 2011 in BMC Health Services Research found that SAS was used in 42.6 percent of data analyses in health service research, based on a sample of 1,139 articles drawn from three journals.
  • 13. Application 1. Multivariate Analysis: price, quality, factor analysis, multiple regression etc. 2. Business Intelligence: Reporting, data mining, process mining, complex event processing, bench marking. 3. Predictive Analysis: Customer thought process, hidden inferences in text etc. 4. Creating safe Drugs, Clinical Research & Forecasting : Diagnosis, prognosis, clinical division etc. 5. Clinical trials : Pharmaceuticals, biotech & clinical research companies etc.