Copyright © 2013, SAS Institute Inc. All rights reserved. SAS GLOBAL FORUM: NEW & NOTEWORTHY MATT MALCZEWSKI – COMMUNITIES MANAGER
Copyright © 2013, SAS Institute Inc. All rights reserved. AGENDA SAS Analytics U DS2 SAS Visual Statistics SAS Studio 3.1
Copyright © 2013, SAS Institute Inc. All rights reserved. SAS ANALYTICS U
Copyright © 2013, SAS Institute Inc. All rights reserved. SAS ANALYTICS U Offers professors and students at post-secondary institutes access to full versions of SAS software at no cost. Downloadable – requires NO Internet connection to use. Free teaching materials/lesson plans. Works the same on Mac (!), PC, Linux. Vast online communities (support, networking, etc.)
Copyright © 2013, SAS Institute Inc. All rights reserved. SAS ANALYTICS U Offers professors and students at post-secondary institutes access to full versions of SAS software at no cost. Downloadable – requires NO Internet connection to use. Free teaching materials/lesson plans. Works on Mac (!) Vast online communities (support, networking, etc.)
Copyright © 2013, SAS Institute Inc. All rights reserved. DS2
Copyright © 2013, SAS Institute Inc. All rights reserved. NEW PROGRAMMING LANGUAGE: DS2 Object-based syntax – user-defined methods and packages Appropriate for advanced data manipulation and data modeling applications Runs anywhere – Base, In-Database (via SAS Code Accelerator), HPA (via HPDS2)
Copyright © 2013, SAS Institute Inc. All rights reserved. SAS DATA DS2 DATA DS2 Thread SAS IN-DATABASE CODE ACCELERATOR Move the DS2 code to the MPP database
Copyright © 2013, SAS Institute Inc. All rights reserved. BASIC DS2 SYNTAX PROC DS2; data _null_; method init(); dcl varchar(20) foo; foo = '**> Starting'; put foo; end; method run(); set ds2_sas.banks; put _all_; end; method term(); dcl char(11) bar; bar = '**> I quit!'; put bar; end; enddata; run; quit; Initial processing Execution loop Final processing
Copyright © 2013, SAS Institute Inc. All rights reserved. SAS VISUAL STATISTICS
Copyright © 2013, SAS Institute Inc. All rights reserved. SAS VISUAL STATISTICS Works within the Visual Analytics framework. Enables users to graphically portray large amounts of data to discern patterns. Statisticians/data scientists can get ‘hands on’ with data and models to test variables and algorithms in order to optimize performance more rapidly.
Copyright © 2013, SAS Institute Inc. All rights reserved. DOCUMENTATION STICKY NOTES SAS ENTERPRISE GUIDE 6.1
Copyright © 2013, SAS Institute Inc. All rights reserved. SAS STUDIO 3.1
Copyright © 2013, SAS Institute Inc. All rights reserved. SAS STUDIO 3.1 Write and run SAS code through a web browser. Included with Base SAS 9.4. Submit code from a variety of devices (iPad, Mac, Windows desktop, laptop). SAS Studio processes the SAS code on a SAS server and returns results to the browser. Functionality similar to Enterprise Guide: - Code-generating tasks - Auto-complete for SAS procedures - Process Flows
Copyright © 2013, SAS Institute Inc. All rights reserved. SAS 9.4 BASE SAS SAS STUDIO 3.1
Copyright © 2013, SAS Institute Inc. All rights reserved. sas.com THANK YOU! ___________________________ MATT. SAS. COM