Download presentation
Presentation is loading. Please wait.
Published byDonald McGee Modified over 9 years ago
1
Copyright © 2013, SAS Institute Inc. All rights reserved. SAS GLOBAL FORUM: NEW & NOTEWORTHY MATT MALCZEWSKI – COMMUNITIES MANAGER
2
Copyright © 2013, SAS Institute Inc. All rights reserved. AGENDA SAS Analytics U DS2 SAS Visual Statistics SAS Studio 3.1
3
Copyright © 2013, SAS Institute Inc. All rights reserved. SAS ANALYTICS U
4
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.)
5
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.)
6
Copyright © 2013, SAS Institute Inc. All rights reserved. DS2
7
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)
8
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
9
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
10
Copyright © 2013, SAS Institute Inc. All rights reserved. SAS VISUAL STATISTICS
11
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.
12
Copyright © 2013, SAS Institute Inc. All rights reserved. DOCUMENTATION STICKY NOTES SAS ENTERPRISE GUIDE 6.1
13
Copyright © 2013, SAS Institute Inc. All rights reserved. SAS STUDIO 3.1
14
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
15
Copyright © 2013, SAS Institute Inc. All rights reserved. SAS 9.4 BASE SAS SAS STUDIO 3.1
16
Copyright © 2013, SAS Institute Inc. All rights reserved. sas.com THANK YOU! ___________________________ MATT. MALCZEWSKI @ SAS. COM
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.