Está en la página 1de 10

SAS (software)

From Wikipedia, the free encyclopedia Jump to: navigation, search SAS

SAS 9 on Microsoft Windows Developer(s) SAS Institute Stable release 9.4 / July 10, 2013 C Written in Windows, IBM mainframe, Operating system Unix/Linux, OpenVMS Alpha numerical analysis Type proprietary License SAS is a software suite developed by SAS Institute for advanced analytics, business intelligence, data management, and predictive analytics. It is the largest market-share holder for advanced 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-andclick interface was added in version 9 in 2004. A social media analytics product was added in 2010.

Contents

1 Overview

1.1 Technical description and terminology 1.2 Code examples 2 History o 2.1 Origins o 2.2 Development o 2.3 Recent history 3 Market share 4 See also 5 References 6 Further reading 7 External links

o o

Overview
SAS is a software suite that can mine, alter, manage and retrieve data from a variety of sources and perform statistical analysis on it. It is widely used in insurance, public health, scientific research, finance, human resources, IT, utilities, and retail, and is used for operations research, project management, quality improvement, forecasting and decision-making. It is the standard statistical analysis software for submitting clinical pharmaceutical trials to the US Food and Drug administration. SAS provides a graphical point-and-click user interface for non-technical users and more advanced options through the SAS programming language.[1] SAS programs have a DATA step, which retrieves and manipulates data, and a PROC step, which analyzes data.

Technical description and terminology


SAS programs have two main components called the DATA step and the PROC step.[2] In most cases, a DATA step creates a SAS data set and passes the data for processing by the PROC step. Each step consists of a series of statements.[3] 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.[2] 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.[4] 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.[2] [5] 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 procedures and each one contains a substantial body of programming and statistical work.[2] PROC statements can also display results, sort data or perform other operations.[3] SAS Macros are pieces of code or variables that are coded once and referenced to perform repetitive tasks.[6] SAS data can be published in HTML, PDF, Excel and other formats using the Output Delivery System, which was first introduced in 2007.[7] The SAS Enterprise Guide is SAS' point-and-click

interface. It generates code to manipulate data or perform analysis automatically and does not require SAS programming experience to use.[8] The SAS software suite has a number of individual components[9] [10] Some of the SAS components include:[1][9] [11]

Base SAS - Basic procedures and data management SAS/STAT - Statistical analysis SAS/GRAPH - Graphics and presentation SAS/OR - Operations research SAS/ETS - Econometrics and Time Series Analysis SAS/IML - Interactive matrix language SAS/AF - Applications facility SAS/QC - Quality control SAS/INSIGHT - Data mining SAS/PH - Clinical trial analysis Enterprise Miner - data mining

Code examples
DATA step
DATA distance; Miles = 26.22; Kilometers = 1.61 * Miles; RUN;

PROC step:
PROC PRINT DATA = distance; RUN;

History
Origins
Anthony J. Barr began developing the structure and language of SAS at North Carolina State University in 1966 by placing statistical procedures into a formatted file framework. He was joined by student James Goodnight in 1972, who developed the software's statistical routines.[12] In 1968, Barr and Goodnight integrated new multiple regression and analysis of variance routines.[13][14] 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' first documentation.[13] The software was originally intended to increase the output of crops by analyzing agricultural data[9][15] from the United States Department of Agriculture.[16]

The first versions of SAS were named after the year in which they were released.[17] In 1971, SAS 71 was published as a limited release.[1][18] 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.[17] The following year a full version was released with SAS 72, which introduced the MERGE statement and added features for handling missing data or combining data sets.[19] In 1976, Barr, Goodnight, Sall, and Helwig took the project out of North Carolina State and incorporated SAS Institute, Inc..[20]

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 added through the PUT and FILE statements. The ability to analyze general linear models was also added[21] as was the FORMAT procedure, which allowed developers to customize the appearance of data.[17] In 1979, SAS 79 added support for the CMS operating system and introduced the DATASETS procedure. A few years later, SAS 82 introduced an early macro language and the APPEND procedure.[17] SAS version 4 had limited features. Version 5 introduced a complete macro language, array subscripts, and a full-screen interactive user interface called Display Manager.[17] In 1985 SAS, which was previously written in PL/I, Fortran, and assembly language, was re-written in C. This allowed for SAS' Multivendor Architecture and for it to run on UNIX, MS-DOS, and Windows.[12][17] 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.[12] Vertical products like SAS Financial Management and SAS Human Capital Management (then called CFO Vision and HR Vision respectively) were also introduced.[22] 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 [23] and shipped for the first time in 1989.[23] Additional releases of JMP were released in 2000, 2002, 2005, 2007, 2008,[24][25] 2009,[26] 2010,[27] [28] and 2012.[29] [30] 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. 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.[17] 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.[17][31] SAS version 8 and SAS Enterprise Miner were released in 1999.[12]

Recent history

In 2004 SAS released Version 9.0, which was dubbed Project Mercury and was designed to make SAS accessible by a broader range of business users.[32][33] Version 9.0 added custom user interfaces based on the users role and established the point-and-click user interface of SAS Enterprise Guide as the primary GUI.[32] The CRM features were improved in 2004 with SAS Interaction Management.[34] In 2008 SAS announced Project Unity, a project to integrate data quality, data integration and master data management.[35] SAS sued World Programming, the 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.[36] 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."[37] SAS Social Media Analytics, a tool for social media monitoring, engagement and sentiment analysis, was released in 2010.[38][39] SAS Rapid Predictive Modeler (RPM), which creates basic analytical models using Microsoft Excel, was introduced that same year.[39][40] The release of JMP 9 in 2010 added a Microsoft Excel add-in, mapping features, integration with R and improvements to the creation and distribution of custom JMP applications.[24][25] A High Performance Computing appliance was made available in a partnership with Teradata and EMC Greenplum.[41] [42] In 2011 the company released Enterprise Miner 7.1.[43]

Market share
SAS is the largest market-share holder in advanced analytics with 36.2 percent of the market as of 2012. It is the fifth largest market-share holder for BI software with a 6.9% share[44] and the largest independent vendor. It competes in the BI market against conglomerates, such as SAP BusinessObjects, IBM Cognos, SPSS Modeler, Oracle Hyperion, and Microsoft BI.[45] SAS has been named in the Gartner Leader's Quadrant for Data Integration Tools[46] and for Business Intelligence and Analytical Platforms.[47] SAS was given the strongest position out of all the vendors evaluated in the Forrester Wave for Big Data Predictive Analytics Solutions.[48]

See also

Comparison of OLAP Servers JMP (statistical software), also from SAS Institute Inc. SAS language

References
1. ^ Jump up to: a b c Encyclopedia of Research Design Encyclopedia of research design. 2010. doi:10.4135/9781412961288. ISBN 9781412961271. edit 2. ^ Jump up to: a b c d SAS Institute Inc. and World Programming Limited (England and Wales High Court (Chancery Division) July 23, 2010). Text

3. ^ Jump up to: a b Lora D. Delwiche; Susan J. Slaughter (2012). The Little SAS Book: A Primer : a Programming Approach. SAS Institute. pp. 6. ISBN 978-1-61290-400-9. 4. Jump up ^ Arthur Li (10 April 2013). Handbook of SAS DATA Step Programming. CRC Press. pp. 149. ISBN 978-1-4665-5238-8. 5. Jump up ^ Buck, Debbie. "A Hands-On Introduction to SAS DATA Step Programming". SUGI 30: SAS Institute. Retrieved October 2, 2013. 6. Jump up ^ N. Jyoti Bass; K. Madhavi Lata & Kogent Solutions (1 September 2007). Base Sas Programming Black Book, 2007 Ed. Dreamtech Press. pp. 365. ISBN 978-817722-769-7. 7. Jump up ^ Tolbert, William (December 1, 2010). "How to Win Friends and Influence People with the SAS Output Delivery System". Clinical Medicine & Research 8 (3-4): 189190. Retrieved October 2, 2013. 8. Jump up ^ Der, G.; B. S. Everittt (March 10, 2009). "Basic Statistics using SAS Enterprise Guide". Journal of the Royal Statistical Society: Series A (Statistics in Society) 172 (2). Retrieved October 2, 2013. 9. ^ Jump up to: a b c Spector, Phil. "An Introduction to the SAS System". Berkeley. Retrieved October 4, 2013. 10. Jump up ^ Chapman, David (2012). "Determine what SAS Version and Components are available". NESUG. 11. Jump up ^ Hallahan, C. (1995). "Data Analysis Using SAS". Sociological Methods & Research 23 (3): 373391. doi:10.1177/0049124195023003006. edit 12. ^ Jump up to: a b c d "SAS corporate timeline". March 3, 2011. Retrieved October 17, 2011. 13. ^ Jump up to: a b Barr, Anthony; James Goodnight (1976), The SAS Staff, "SAS 72 and SAS 76 are attributed to Barr, Goodnight, Service, Perkins, and Helwig" 14. Jump up ^ (Barr & Goodnight et al. 1979:front matter) Attribution of the development of various parts of the system to Barr, Goodnight, and Sall. 15. Jump up ^ Kaplan, David (January 22, 2010). "SAS: A new no. 1 best employer". Fortune. Retrieved September 27, 2011. 16. Jump up ^ "Before there was SAS". SAS Institute. Retrieved October 3, 2013. 17. ^ Jump up to: a b c d e f g h Aster, Rick. "History of SAS version". Global Statements. Retrieved October 4, 2013. 18. Jump up ^ Barr, Anthony; James Goodnight and James Howard (1971). "Statistical analysis system". North Carolina State University. Retrieved October 3, 2013. 19. Jump up ^ Service, Jolayne (1972). OCLC 1325510 "A User's Guide to the Statistical Analysis System". North Carolina State University. 20. Jump up ^ Shacklett, Mary (September 5, 2013). "See if the R language fits in your big data toolkit". The New Republic. Retrieved October 3, 2013. 21. Jump up ^ Barr, Anthony; James Goodnight, James Sall, John Helwig and Jane T (1979). OCLC 4984363 SAS Programmer's Guide, 1979 Edition. SAS Institute, Inc. 22. Jump up ^ "SAS history". SAS Institute. Retrieved October 4, 2013. 23. ^ Jump up to: a b Ian Cox; Marie A. Gaudard; Philip J. Ramsey; Mia L. Stephens, Leo Wright (21 December 2009). Visual Six Sigma: Making Data Analysis Lean. John Wiley & Sons. pp. 23. ISBN 978-0-470-50691-2. Retrieved 16 November 2012. 24. ^ Jump up to: a b "Growing up". JMP Forward (JMP). p. 5. Retrieved October 4, 2013.

25. ^ Jump up to: a b Saul, John (Winter, 2010). "JMP is 20 Years Old". JMPer Cable. Retrieved October 13, 2011. 26. Jump up ^ "Launches SAS JMP 8 for Mac and Linux". Ti Journal. April 11, 2009. Retrieved December 30, 2012. 27. Jump up ^ "New Features in JMP 9". JMP. Retrieved December 30, 2012. 28. Jump up ^ Bridgewater, Adriian (November 3, 2010). "JMP Genomics 5: Data Visualization & Exploration". Dr. Dobbs Journal. Retrieved May 31, 2012.. 29. Jump up ^ Shipp, Charles; Kirk Paul Lafler. "Proficiency in JMP Visualization". PharmaSUG 2012. Retrieved December 30, 2012. 30. Jump up ^ Taylor, James (August 10, 2011). "First Look JMP Pro". JTonEDM. Retrieved May 31, 2012. 31. Jump up ^ "Supported Operating Systems". SAS Institute. Retrieved October 6, 2012. 32. ^ Jump up to: a b Steven, Dave (July 29, 2002). "SAS is Starting to Look Even Better....". Pennsylvania State University. Retrieved October 17, 2011. 33. Jump up ^ Whiting, Rick (March 31, 2004). "SAS Extends Business Intelligence to the Masses". InformationWeek. Retrieved October 17, 2011. 34. Jump up ^ Callaghan, Dennis (September 26, 2002). "SAS to Add to Analytical CRM Arsenal". eWeek. Retrieved October 17, 2011. 35. Jump up ^ Gonsalves, Antone (October 10, 2008). "SAS, DataFlux Unveil 'Project Unity'". InformationWeek. Retrieved October 17, 2011. 36. Jump up ^ "Reference for a preliminary ruling from High Court of Justice (Chancery Division) (England and Wales) made on 11 August 2010 - SAS Institute Inc. v World Programming Ltd". European Court of Justice. Retrieved May 19, 2012. 37. Jump up ^ "The functionality of a computer program and the programming language cannot be protected by copyright". European Court of Justice. Retrieved May 19, 2012. 38. Jump up ^ Greenberg, Paul (December 31, 2010). "The CRM Watchlist Part II: The Usual Suspects". ZDNet. Retrieved October 4, 2013. 39. ^ Jump up to: a b "Computing Seminars: Introduction to SAS Macro Language". UCLA Academic Technology Services. Retrieved October 4, 2013. 40. Jump up ^ Howson, Cindi (September 7, 2010). "SAS Takes Predictive Analytics Mainstream". InformationWeek. Retrieved October 4, 2013. 41. Jump up ^ Laskowski, Nicole (October 26, 2011). "SAS ups big data ante with highperformance computing platform". SearchBusinessAnalytics. Retrieved October 4, 2013. 42. Jump up ^ Sheina, Madan; Surya Mukherjee (October 17, 2011). "SAS adds in-memory to high-performance computing". Ovum. 43. Jump up ^ Taylor, James (November 11, 2011). "First Look SAS Enterprise Miner 7.1". Retrieved October 4, 2013. 44. Jump up ^ Vesset, Dan; David Schubmehl, Brian McDonough and Mary Wardley (June 2013). "Worldwide Business Analytics Software 2013-2017 Forecast and 2012 Vendor Shares". IDC. Retrieved October 2, 2013. 45. Jump up ^ Pendse, Nigel (March 7, 2008). "Consolidations in the BI industry". The OLAP Report. 46. Jump up ^ Thoo, Eric; Ted Friedman and Mark Beyer (July 17, 2013). "Magic Quadrant for Data Integration Tools". Gartner.

47. Jump up ^ Schlegel, Kurt; Rita Sallam, Daniel Yuen and Joao Tapadinhas (February 5, 2013). "Magic Quadrant for Business Intelligence and Analytics Platforms". Gartner. Retrieved October 1, 2013. 48. Jump up ^ Gualtieri, Mike (January 3, 2013). "The Forrester Wave: Big Data Predictive Analytics Solutions, Q1 2013". Forrester. Retrieved October 1, 2013.

Further reading

Greenberg, Bernard G.; Cox, Gertrude M.; Mason, David D.; Grizzle, James E.; Johnson, Norman L.; Jones, Lyle V.; Monroe, John; Simmons, Gordon D., Jr. (1978), "Statistical Training and Research: The University of North Carolina System", in Nourse, E. Shepley, International Statistical Review 46: 171207

External links
Wikiquote has a collection of quotations related to: SAS (software) Wikibooks has a book on the topic of: SAS

SAS homepage A Glossary of SAS terminology The SAS customer community Wiki Wikiversity:Data Analysis using the SAS Language [show]

v t e

Statistical software
Categories:

C software Statistical software Statistical programming languages 4GL Business intelligence Data warehousing Data mining and machine learning software ETL tools

Navigation menu

Create account Log in Article Talk Read Edit View history

Main page Contents Featured content Current events Random article Donate to Wikipedia

Interaction

Help About Wikipedia Community portal Recent changes Contact page

Tools Print/export Languages


etina Espaol Franais Bahasa Indonesia Italiano Nederlands Polski Sicilianu Slovenina

Suomi Svenska Edit links This page was last modified on 20 November 2013 at 12:11. Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization. Privacy policy About Wikipedia Disclaimers Contact Wikipedia Developers Mobile view

También podría gustarte