SAS (software)

Revision as of 22:08, 29 May 2025 by imported>GreenC bot (Rescued 1 archive link. Wayback Medic 2.5 per WP:URLREQ#fda.gov)
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Template:Short description {{#invoke:Infobox|infobox}}Template:Template other{{#invoke:Check for unknown parameters | check | showblankpositional=1 | unknown = Template:Main other | preview = Page using Template:Infobox software with unknown parameter "_VALUE_"|ignoreblank=y | AsOf | author | background | bodystyle | caption | collapsetext | collapsible | developer | discontinued | engine | engines | genre | included with | language | language count | language footnote | latest preview date | latest preview version | latest release date | latest release version | latest_preview_date | latest_preview_version | latest_release_date | latest_release_version | licence | license | logo | logo alt | logo caption | logo upright | logo size | logo title | logo_alt | logo_caption | logo_upright | logo_size | logo_title | middleware | module | name | operating system | operating_system | other_names | platform | programming language | programming_language | released | replaced_by | replaces | repo | screenshot | screenshot alt | screenshot upright | screenshot size | screenshot title | screenshot_alt | screenshot_upright | screenshot_size | screenshot_title | service_name | size | standard | title | ver layout | website | qid }}Template:Main other

SAS (previously "Statistical Analysis System")<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> is a statistical software suite developed by SAS Institute for data management, advanced analytics, multivariate analysis, business intelligence, and predictive analytics.

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 Viya, a suite of analytics and artificial intelligence software, was introduced in 2016.

Technical overview and terminologyEdit

SAS is a software suite that can mine, alter, manage and retrieve data from a variety of sources and perform statistical analysis on it.<ref name="encycl"/> SAS provides a graphical point-and-click user interface for non-technical users and more through the SAS language.<ref name="encycl">Template:Cite book</ref>

SAS programs have DATA steps, which retrieve and manipulate data, PROC (procedures) which analyze the data, and may also have functions.<ref name="court"/> Each step consists of a series of statements.<ref name="DelwicheSlaughter2012"> Template:Cite book</ref>

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.<ref name="court"/> 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.<ref name="Li2013"> Template:Cite book</ref> 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.<ref name="court"> Template:Cite court</ref><ref> {{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

PROC statements 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 performs a substantial body of statistical work.<ref name="court"/> PROC statements can also display results, sort data or perform other operations.<ref name="DelwicheSlaughter2012"/>

SAS macros are pieces of code or variables that are coded once and referenced to perform repetitive tasks.<ref name="BassSolutions2007"> Template:Cite book</ref>

SAS data can be published in HTML, PDF, Excel, RTF and other formats using the Output Delivery System, which was first introduced in 2007.<ref> Template:Cite journal</ref> SAS Enterprise Guide is SAS's point-and-click interface. It generates code to manipulate data or perform analysis without the use of the SAS programming language.<ref> Template:Cite journal</ref>

Template:AnchorThe SAS software suite has more than 200 add-on packages, sometimes called components<ref name="Schermerhorn2011">Template:Cite book</ref><ref name="berk"> {{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref> {{#invoke:citation/CS1|citation |CitationClass=web }}</ref> Some of these SAS components, i.e. add on packages to Base SAS include:<ref name="encycl"/> <ref> Template:Cite journal</ref> Template:Columns-list

HistoryEdit

OriginsEdit

The development of SAS started in 1966 after North Carolina State University re-hired Anthony Barr<ref name="NourseGreenberg1978">Template:Cite journal</ref> to program his analysis of variance and regression software so that it would run on IBM System/360 computers.<ref name="AgrestiMeng2012">Template:Cite book</ref> The project was funded by the National Institutes of Health.<ref name="fda"/> and was originally intended to analyze agricultural data<ref name="berk"/><ref name="“little">Template:Cite news</ref> to improve crop yields.<ref name="seventyeight">Template:Cite news</ref> Barr was joined by student James Goodnight, who developed the software's statistical routines, and the two became project leaders.<ref name="NourseGreenberg1978"/><ref name="AgrestiMeng2012"/><ref name="timeline"/> In 1968, Barr and Goodnight integrated new multiple regression and analysis of variance routines.<ref name="Attr76">Template:Cite journal</ref><ref>(Barr & Goodnight et al. 1979:front matter) Attribution of the development of various parts of the system to Barr, Goodnight, and Sall.</ref> In 1972, after issuing the first release of SAS, the project lost its funding.<ref name="fda">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> According to Goodnight, this was because NIH only wanted to fund projects with medical applications.<ref name="intervieww">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> Goodnight continued teaching at the university for a salary of $1 and access to mainframe computers for use with the project,<ref name="fda"/> until it was funded by the University Statisticians of the Southern Experiment Stations the following year.<ref name="AgrestiMeng2012"/><ref name="intervieww"/> John Sall joined the project in 1973 and contributed to the software's econometrics, time series, and matrix algebra. Another early participant, Caroll G. Perkins, contributed to SAS' early programming. Jolayne W. Service and Jane T. Helwig created SAS's first documentation.<ref name="Attr76"/>

The first versions of SAS, from SAS 71 to SAS 82, were named after the year in which they were released.<ref name="expert">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> In 1971, SAS 71 was published as a limited release.<ref name="encycl"/><ref> Template:Cite book</ref> 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, i.e. PROCs.<ref name="expert"/> 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.<ref>Template:Cite book</ref> The development of SAS has been describedTemplate:By whom as an "inflection point" in the history of artificial intelligence.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> In 1976, Barr, Goodnight, Sall, and Helwig removed the project from North Carolina State and incorporated it as the SAS Institute, Inc.<ref> Template:Cite magazine</ref>

DevelopmentEdit

SAS was redesigned in SAS 76. 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<ref>Template:Cite book</ref> as was the FORMAT procedure, which allowed developers to customize the appearance of data.<ref name="expert"/> In 1979, SAS 79 added support for the IBM VM/CMS operating system and introduced the DATASETS procedure. Three years later, SAS 82 introduced an early macro language and the APPEND procedure.<ref name="expert"/>

Beginning with SAS 4, released in 1984, SAS releases have followed a sequential naming convention not based on year of release.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> 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.<ref name="expert"/> In 1985, SAS was rewritten in the C programming language. This enabled the SAS' MultiVendor Architecture which allows the software to run on UNIX, MS-DOS, and Windows. It was previously written in PL/I, Fortran, and assembly language.<ref name="timeline"/><ref name="expert"/>

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 using SAS/PH-Clinical for new drug applications in 2002.<ref name="timeline"> Template:Cite news</ref> Vertical products like SAS Financial Management and SAS Human Capital Management (then called CFO Vision and HR Vision respectively) were also introduced.<ref> {{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

JMP was developed by SAS co-founder John Sall and a team of developers, in order to take advantage of the graphical user interface introduced in the 1984 Apple Macintosh.<ref name="CoxGaudard2009"> Template:Cite book</ref> JMP's name originally stood for "John's Macintosh Project".<ref>Template:Cite journal</ref> JMP was shipped for the first time in 1989. Updated versions of JMP were released continuously after 2002 with the most recent release in 2016.<ref name="jumptwo">Template:Cite news</ref><ref> Template:Cite news</ref><ref> {{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref name="thirtyeight"> {{#invoke:citation/CS1|citation |CitationClass=web }}</ref> In January 2022, JMP became a wholly owned subsidiary of SAS Institute, having previously been a business unit of the company.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

SAS 6 was used throughout the 1990s and was available on a wider range of operating systems, including Macintosh, OS/2, Silicon Graphics, and PRIMOS. SAS introduced new features through dot-releases. From 6.06 to 6.09, a user interface based on the Windows paradigm was introduced and support for SQL was added.<ref> Template:Cite book</ref> Version 7 introduced the Output Delivery System (ODS) and an improved text editor. Subsequent releases improved upon the ODS. 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.<ref name="supported systems"> {{#invoke:citation/CS1|citation |CitationClass=web }}</ref> SAS 8 and SAS Enterprise Miner were released in 1999.<ref name="timeline"/>

Recent historyEdit

In 2002, SAS Text Miner software was introduced. Text Miner analyzes text data like emails for patterns in business intelligence applications.<ref>Template:Cite news</ref> In 2004, SAS Version 9.0 was released, referred to as "Project Mercury" internally, and was designed to make SAS accessible to a broader range of business users.<ref name="sixtyfour">Template:Cite news</ref><ref name="sixtyfive"> Template:Cite news</ref> SAS 9.0 added custom user interfaces based on the user's role and established the point-and-click user interface of SAS Enterprise Guide as the software's primary graphical user interface (GUI).<ref name="sixtyfour"/> The Customer Relationship Management (CRM) features were improved in 2004 with SAS Interaction Management.<ref name="sixtythree"> Template:Cite news</ref> In 2008, SAS announced Project Unity, designed to integrate data quality, data integration, and master data management.<ref name="sixtysix"> Template:Cite news</ref>

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. The case was referred by the United Kingdom's High Court of Justice to the European Court of Justice on 11 August 2010.<ref name="ecj reference"> {{#invoke:citation/CS1|citation |CitationClass=web }}</ref> 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."<ref> {{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

A free version of SAS was introduced for students in 2010.<ref name="fortyeight">Template:Cite news</ref> SAS Social Media Analytics, a tool for social media monitoring, engagement and sentiment analysis, was also released that year.<ref name="twentyseven"> Template:Cite news</ref> SAS Rapid Predictive Modeler (RPM), which creates basic analytical models using Microsoft Excel, was introduced the same year.<ref name="ninetyfour">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref name="sixtyseven"> Template:Cite news</ref> In 2010, JMP 9 included a new interface for using the R programming language and an add-in for MS Excel.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>Template:Cite news</ref> The following year, a High Performance Computing platform was made available in a partnership with Teradata and EMC Greenplum.<ref> Template:Cite news</ref><ref> {{#invoke:citation/CS1|citation |CitationClass=web }}</ref> In 2011, the company released SAS Enterprise Miner 7.1.<ref> {{#invoke:citation/CS1|citation |CitationClass=web }}</ref> The company introduced 27 data management products from October 2013 to October 2014 and updates to 160 others.<ref>Template:Cite news</ref> At the SAS Global Forum 2015, SAS announced several new products that were specialized for different industries, as well as new training software.<ref>Template:Cite news</ref>

The company has invested in the development of artificial general intelligence, or "strong AI", with the goal of advancing deep learning and natural language processing to the point of achieving cognitive computing.<ref>Template:Cite news</ref>

In 2019, SAS announced that it would be investing $1 billion into the development of advanced artificial intelligence, deep learning, natural language processing and machine learning.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> It announced an additional $1 billion investment into these areas in 2023, particularly for industries such as finance, insurance, government, health care and energy.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> In September 2023, the company announced its expansion of research into the applications of generative AI in analytics, data management and modeling.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

Software productsEdit

As of 2011, SAS's largest set of products was its line for customer intelligence. SAS modules for web, social media and marketing analytics may be used to profile customers and prospects, attempt to predict their behaviors, and manage communications.<ref>Template:Cite news</ref>

SAS also provides the SAS Fraud Framework, which is designed to monitor transactions across different networks and use analytics to identify anomalies that are indicative of fraud.<ref>Template:Cite news</ref><ref>Template:Cite news</ref><ref>Template:Cite news</ref> This software uses artificial intelligence to monitor income and assets.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

SAS has various analytical tools related to risk management.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref name=":2">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

SAS has products for specific industries, such as government, retail, telecommunications, aerospace, marketing optimization, and high-performance computing.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> The company also has a suite of analytical products related to health care and life sciences.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

Comparison to other productsEdit

Template:See also

In a 2005 article for the Journal of Marriage and Family comparing statistical packages from SAS and its competitors Stata and SPSS, Alan C. Acock wrote that SAS programs provide "extraordinary range of data analysis and data management tasks," but were difficult to learn and use.<ref name="Acock"/> SPSS and Stata, meanwhile, were both easier to learn but had less capable analytic abilities, though these could be expanded with paid (in SPSS) or free (in Stata) add-ons. Acock concluded that SAS was best for power users, while occasional users would benefit most from SPSS and Stata.<ref name="Acock">Template:Cite journal</ref> A 2014 comparison by the University of California, Los Angeles, gave similar results.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

Competitors such as Revolution Analytics and Alpine Data Labs advertise their products as considerably cheaper than SAS's. In a 2011 comparison, Doug Henschen of InformationWeek found that start-up fees for the three are similar, though he admitted that the starting fees were not necessarily the best basis for comparison.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> SAS's business model is not weighted as heavily on initial fees for its programs, instead focusing on revenue from annual subscription fees.<ref>Template:Cite news</ref><ref name="SoftBus">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

SAS ViyaEdit

{{#invoke:Labelled list hatnote|labelledList|Main article|Main articles|Main page|Main pages}} In 2016, SAS Viya, an artificial intelligence, machine learning, analytics and data management platform,<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> was introduced with a new architecture optimized for running SAS software in public clouds. Viya also increased interoperability with open source software, allowing models to be built in tools such as R, Python and Jupyter, and then executed on SAS's Cloud Analytics Services (CAS) engine.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> In 2020, a further architectural revamp in Viya 4 containerized the software.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> SAS sells Viya alongside SAS 9.4, and has not positioned it as a replacement for SAS 9.4.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

In 2023, two new software as a service (SaaS) modules for SAS Viya were released as a private preview: Workbench, for use in creating AI models, and App Factory, for use in creating AI applications. Both modules support multiple programming languages and are expected to become generally available in 2024.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> SAS Viya also became available on Microsoft Azure Marketplace under a pay-as-you-use model in 2023.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

In 2023, the company introduced SAS Health, a common health data model built on the SAS Viya platform.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

AdoptionEdit

According to IDC, SAS is the largest market-share holder in "advanced analytics" with 35.4 percent of the market as of 2013.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> It is the fifth largest market-share holder for business intelligence (BI) software with a 6.9% share<ref> {{#invoke:citation/CS1|citation |CitationClass=web }}</ref> and the largest independent vendor. It competes in the BI market against SAP BusinessObjects, IBM Cognos, SPSS Modeler, Oracle Hyperion, and Microsoft Power BI.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> SAS has been named in the Gartner Leader's Quadrant for Data Integration Tools and for Business Intelligence and Analytical Platforms.<ref> {{#invoke:citation/CS1|citation |CitationClass=web }}</ref> 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.<ref>Template:Cite journal</ref>

Uses and applicationsEdit

EducationEdit

SAS' analytical software is used in education to measure and visualize student outcomes and growth trends.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>Template:Cite journal</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> Several states, including Virginia, North Carolina, Mississippi, Missouri, and North Dakota use its software to measure and analyze learning loss and learning recovery in students.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref><ref>An Analysis of Learning Decline Resulting from the COVID-19 Pandemic</ref>

Environmental scienceEdit

SAS and the International Institute for Applied Systems Analysis launched an app that crowdsources image data related to deforestation to train AI algorithms that can identify human impact on the environment.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> The University of Florida's Center for Coastal Solutions partners with SAS to develop research, training programs and analytical tools related to environmental issues affecting coastal communities.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

The UNC Center for Galapagos Studies partnered with SAS in 2023 to create a model that can track the health and migratory patterns of species such as sea turtles and hammerhead sharks, as well as the health of the phytoplankton population.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

Finance and insuranceEdit

SAS's fraud detection and prevention software is used by the tax agencies of various countries, such as the United States,<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> and Malta.<ref name=":1">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

Healthcare and life sciencesEdit

SAS has been a partner of the Cleveland Clinic since 1982.<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref> During the COVID-19 pandemic, the clinic used predictive models developed by SAS to forecast factors such as patient volume, availability of medical equipment and bed capacity in various scenarios. SAS joined UNC Chapel Hill's Rapidly Emerging Antiviral Drug Development Initiative (READDI) in 2021.<ref name=":0">{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

See alsoEdit

ReferencesEdit

Template:Reflist

Further readingEdit

External linksEdit

Template:SAS Institute Template:Statistical software Template:Numerical analysis software Template:Authority control Template:Good article