Talk:SAS (software)/proposed revision

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
SAS
Developer(s)SAS Institute
Stable release
9.4 / July 10, 2013 (2013-07-10)
Written inC
Operating systemWindows, IBM mainframe, Unix/Linux, OpenVMS Alpha
Typenumerical analysis
Licenseproprietary

Untitled[edit]

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-and-click interface was added in version 9 in 2004. A social media analytics product was added in 2010.

Overview[edit]

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[edit]

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 by 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:[9][11] [1]

  • 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[edit]

DATA step

DATA distance;
Miles = 26.22;
Kilometers = 1.61 * Miles;

PROC step:

PROC PRINT DATA = distance;
RUN

History[edit]

Origins[edit]

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][13] In 1968, Barr and Goodnight integrated new multiple regression and analysis of variance routines.[14][15] 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.[14] The software was originally intended to increase the output of crops by analyzing agricultural data[9][16] from the United States Department of Agriculture.[17]

The first versions of SAS were named after the year in which they were released.[18] In 1971, SAS 71 was published as a limited release.[1][19] 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.[18] 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.[20] In 1976, Barr, Goodnight, Sall, and Helwig took the project out of North Carolina State and incorporated SAS Institute, Inc..[21]

Development[edit]

SAS was 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[22] as was the FORMAT procedure, which allowed developers to customize the appearance of data.[18] 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.[18]

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.[18] 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][18]

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.[23] JMP was developed by SAS co-founder John Saul and a team of developers to take advantage of the graphical user interface introduced in the 1984 Apple Macintosh [24] and shipped for the first time in 1989.[24] Additional releases of JMP were released in 2000, 2002, 2005, 2007, 2008,[25][26] 2009,[27] 2010,[28] [29] and 2012.[30] [31]

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.[18] 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.[32][18] SAS version 8 and SAS Enterprise Miner were released in 1999.[12]

Recent history[edit]

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.[33][34] Version 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 primary GUI.[33] The CRM features were improved in 2004 with SAS Interaction Management.[35] In 2008 SAS announced Project Unity, a project to integrate data quality, data integration and master data management.[36]

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.[37] 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."[38]

SAS Social Media Analytics, a tool for social media monitoring, engagement and sentiment analysis, was released in 2010.[39][40] SAS Rapid Predictive Modeler (RPM), which creates basic analytical models using Microsoft Excel, was introduced that same year.[41][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.[25][26] A High Performance Computing appliance was made available in a partnership with Teradata and EMC Greenplum.[42] [43] In 2011 the company released Enterprise Miner 7.1.[44]

Market share[edit]

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[45] 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.[46] SAS has been named in the Gartner Leader's Quadrant for Data Integration Tools[47] and for Business Intelligence and Analytical Platforms.[48] SAS was given the strongest position out of all the vendors evaluated in the Forrester Wave for Big Data Predictive Analytics Solutions.[49]

See also[edit]

References[edit]

  1. ^ a b c "Encyclopedia of Research Design Encyclopedia of research design". 2010. doi:10.4135/9781412961288. ISBN 9781412961271. {{cite journal}}: Cite journal requires |journal= (help)
  2. ^ a b c d SAS Institute Inc. and World Programming Limited (England and Wales High Court (Chancery Division) July 23, 2010), Text.
  3. ^ 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. ^ Arthur Li (10 April 2013). Handbook of SAS DATA Step Programming. CRC Press. pp. 149–. ISBN 978-1-4665-5238-8.
  5. ^ Buck, Debbie. A Hands-On Introduction to SAS DATA Step Programming (PDF). SUGI 30: SAS Institute. Retrieved October 2, 2013. {{cite conference}}: Cite has empty unknown parameter: |booktitle= (help)CS1 maint: location (link)
  6. ^ N. Jyoti Bass; K. Madhavi Lata & Kogent Solutions (1 September 2007). Base Sas Programming Black Book, 2007 Ed. Dreamtech Press. pp. 365–. ISBN 978-81-7722-769-7.
  7. ^ Tolbert, William (December 1, 2010). "How to Win Friends and Influence People with the SAS Output Delivery System". Clinical Medicine & Research. 8 (3–4): 189–190. Retrieved October 2, 2013.
  8. ^ Der, G. (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. {{cite journal}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  9. ^ a b c Spector, Phil. "An Introduction to the SAS System" (PDF). Berkeley. Retrieved October 4, 2013.
  10. ^ Chapman, David (2012). "Determine what SAS Version and Components are available" (PDF). NESUG.
  11. ^ Hallahan, C. (1995). "Data Analysis Using SAS". Sociological Methods & Research. 23 (3): 373–391. doi:10.1177/0049124195023003006.
  12. ^ a b c d "SAS corporate timeline". March 3, 2011. Retrieved October 17, 2011.
  13. ^ Cite error: The named reference paper was invoked but never defined (see the help page).
  14. ^ a b Barr, Anthony (1976), The SAS Staff, SAS 72 and SAS 76 are attributed to Barr, Goodnight, Service, Perkins, and Helwig {{citation}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  15. ^ (Barr & Goodnight et al. 1979:front matter) Attribution of the development of various parts of the system to Barr, Goodnight, and Sall.
  16. ^ Kaplan, David (January 22, 2010). "SAS: A new no. 1 best employer". Fortune. Retrieved September 27, 2011.
  17. ^ "Before there was SAS". SAS Institute. Retrieved October 3, 2013.
  18. ^ a b c d e f g h Aster, Rick. "History of SAS version". Global Statements. Retrieved October 4, 2013.
  19. ^ Barr, Anthony (1971). "Statistical analysis system". North Carolina State University. Retrieved October 3, 2013. {{cite web}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  20. ^ Service, Jolayne (1972). OCLC 1325510 "A User's Guide to the Statistical Analysis System". North Carolina State University. {{cite web}}: Check |url= value (help)
  21. ^ Shacklett, Mary (September 5, 2013). "See if the R language fits in your big data toolkit". The New Republic. Retrieved October 3, 2013.
  22. ^ Barr, Anthony (1979). OCLC 4984363 SAS Programmer's Guide, 1979 Edition. SAS Institute, Inc. {{cite book}}: Check |url= value (help); Unknown parameter |coauthors= ignored (|author= suggested) (help)
  23. ^ "SAS history". SAS Institute. Retrieved October 4, 2013.
  24. ^ a b Ian Cox; Marie A. Gaudard; Philip J. Ramsey (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. {{cite book}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  25. ^ a b "Growing up" (PDF). JMP Forward. JMP. p. 5. Retrieved October 4, 2013.
  26. ^ a b Saul, John (Winter, 2010). "JMP is 20 Years Old" (PDF). JMPer Cable. Retrieved October 13, 2011. {{cite news}}: Check date values in: |date= (help)
  27. ^ "Launches SAS JMP 8 for Mac and Linux". Ti Journal. April 11, 2009. Retrieved December 30, 2012.
  28. ^ "New Features in JMP 9" (PDF). JMP. Retrieved December 30, 2012.
  29. ^ Bridgewater, Adriian (November 3, 2010). "JMP Genomics 5: Data Visualization & Exploration". Dr. Dobbs Journal. Retrieved May 31, 2012.. {{cite news}}: Check date values in: |accessdate= (help)
  30. ^ Shipp, Charles. "Proficiency in JMP Visualization" (PDF). PharmaSUG 2012. Retrieved December 30, 2012. {{cite web}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  31. ^ Taylor, James (August 10, 2011). "First Look – JMP Pro". JTonEDM. Retrieved May 31, 2012.
  32. ^ "Supported Operating Systems". SAS Institute. Retrieved October 6, 2012.
  33. ^ a b Steven, Dave (July 29, 2002). "SAS is Starting to Look Even Better..." Pennsylvania State University. Retrieved October 17, 2011.
  34. ^ Whiting, Rick (March 31, 2004). "SAS Extends Business Intelligence to the Masses". InformationWeek. Retrieved October 17, 2011.
  35. ^ Callaghan, Dennis (September 26, 2002). "SAS to Add to Analytical CRM Arsenal". eWeek. Retrieved October 17, 2011.
  36. ^ Gonsalves, Antone (October 10, 2008). "SAS, DataFlux Unveil 'Project Unity'". InformationWeek. Retrieved October 17, 2011.
  37. ^ "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.
  38. ^ "The functionality of a computer program and the programming language cannot be protected by copyright" (PDF). European Court of Justice. Retrieved May 19, 2012.
  39. ^ Greenberg, Paul (December 31, 2010). "The CRM Watchlist Part II: The Usual Suspects". ZDNet. Retrieved October 4, 2013.
  40. ^ a b "Computing Seminars: Introduction to SAS Macro Language". UCLA Academic Technology Services. Retrieved October 4, 2013.
  41. ^ Howson, Cindi (September 7, 2010). "SAS Takes Predictive Analytics Mainstream". InformationWeek. Retrieved October 4, 2013.
  42. ^ Laskowski, Nicole (October 26, 2011). "SAS ups 'big data' ante with high-performance computing platform". SearchBusinessAnalytics. Retrieved October 4, 2013.
  43. ^ Sheina, Madan (October 17, 2011). "SAS adds in-memory to high-performance computing". Ovum. {{cite web}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  44. ^ Taylor, James (November 11, 2011). "First Look – SAS Enterprise Miner 7.1". JT on EDM. Retrieved October 4, 2013.
  45. ^ Vesset, Dan (June 2013). "Worldwide Business Analytics Software 2013-2017 Forecast and 2012 Vendor Shares". IDC. Retrieved October 2, 2013. {{cite web}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  46. ^ Pendse, Nigel (March 7, 2008). "Consolidations in the BI industry". The OLAP Report.
  47. ^ Thoo, Eric (July 17, 2013). "Magic Quadrant for Data Integration Tools". Gartner. {{cite web}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  48. ^ Schlegel, Kurt (February 5, 2013). "Magic Quadrant for Business Intelligence and Analytics Platforms". Gartner. Retrieved October 1, 2013. {{cite web}}: Unknown parameter |coauthors= ignored (|author= suggested) (help)
  49. ^ Gualtieri, Mike (January 3, 2013). "The Forrester Wave: Big Data Predictive Analytics Solutions, Q1 2013". Forrester. Retrieved October 1, 2013.

Further reading[edit]

External links[edit]