enterprise guide: moving from 4.1 to 4.3 - what's new and - sas

26
Copyright © 2012, SAS Institute Inc. All rights reserved. SAS Enterprise Guide Moving from 4.1 to 4.3 What’s New and Different? Chris Hemedinger, SAS

Upload: others

Post on 09-Feb-2022

7 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

Copyright © 2012, SAS Institute Inc. All rights reserved.

SAS Enterprise Guide Moving from 4.1 to 4.3 What’s New and Different? Chris Hemedinger, SAS

Page 2: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

2

Copyright © 2012, SAS Institute Inc. All rights reserved.

>12 years of SAS Enterprise Guide

Release Date

Team founded October-97

SAS Enterprise Guide 1.0 October-99

SAS Enterprise Guide 1.1 July-00

SAS Enterprise Guide 1.2 April-01

SAS Enterprise Guide 1.3 September-01

SAS Enterprise Guide 2.0 September-02

SAS Enterprise Guide 2.05 May-03

SAS Enterprise Guide 2.1 April-04

SAS Enterprise Guide 3.0 July-04

SAS Enterprise Guide 3.02 February-05

SAS Enterprise Guide 4.1 March-06

SAS Enterprise Guide 4.1 (Vista) April-07

SAS Enterprise Guide 4.2 March-09

SAS Enterprise Guide 4.22 September-09

SAS Enterprise Guide 4.3 August-10

SAS Enterprise Guide 4.305 July-11

SAS Enterprise Guide 5.1 February-12

Page 3: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

3

Copyright © 2012, SAS Institute Inc. All rights reserved.

How SAS Enterprise Guide 4.3…

Makes it easier to get started

Lets you do more before jumping to code

Produces better results using SAS 9.2

Offers more flexibility for experts

Improves productivity for SAS programmers

Page 4: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

4

Copyright © 2012, SAS Institute Inc. All rights reserved.

Easier to get started

New activity-based user interface

New simpler tasks for filtering and reporting

Enhanced report builder makes it easier to share results

Role-based control helps reduce clutter

Page 5: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

5

Copyright © 2012, SAS Institute Inc. All rights reserved.

Activity-based user interface

Page 6: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

6

Copyright © 2012, SAS Institute Inc. All rights reserved.

Simple filtering – Filter and Sort task

Page 7: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

7

Copyright © 2012, SAS Institute Inc. All rights reserved.

Simple tabular report – List Report wizard

Page 8: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

8

Copyright © 2012, SAS Institute Inc. All rights reserved.

Reports ready for sharing using SAS Report

Page 9: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

9

Copyright © 2012, SAS Institute Inc. All rights reserved.

Role-based control over who does what

Page 10: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

10

Copyright © 2012, SAS Institute Inc. All rights reserved.

Do more before jumping to code

More control for importing data

Customize your menu with task templates

Use conditions to make your process flow work smarter

Page 11: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

11

Copyright © 2012, SAS Institute Inc. All rights reserved.

Improving importing data

Optimized for Microsoft Excel and text

Select data ranges

Rename columns to comply with SAS rules

Options to use PROC IMPORT

Options to include records as DATALINES

Page 12: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

12

Copyright © 2012, SAS Institute Inc. All rights reserved.

Customize with Task Templates

Page 13: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

13

Copyright © 2012, SAS Institute Inc. All rights reserved.

Detangle your flows with conditions

Page 14: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

14

Copyright © 2012, SAS Institute Inc. All rights reserved.

Take advantage of SAS 9.2/9.3

ODS Statistical Graphics wherever possible

Integration: new features in stored processes and information maps

Support for SAS 9.2 security features

Page 15: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

15

Copyright © 2012, SAS Institute Inc. All rights reserved.

ODS stat graphics everywhere

Integrated into over 20 analytical tasks

Professional appearance

Consistent with active style

Page 16: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

16

Copyright © 2012, SAS Institute Inc. All rights reserved.

Integration with new SAS platform features

Stored processes – now with dynamic prompts

Information maps – now with prompted filters and aggregated results

Registered data in SAS Folders – relational and OLAP

Support for security model – “single signon”

Page 17: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

17

Copyright © 2012, SAS Institute Inc. All rights reserved.

Showing SAS programmers the ♥ Automatic syntax suggestions and

completion

Integrated syntax help

“Tidy” feature for SAS and macro programs

Code analyzer to view your program flow

Page 18: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

18

Copyright © 2012, SAS Institute Inc. All rights reserved.

New options for the expert

Use the project log to see it all

Declutter the log (unwrap the ODS “sandwich”)

See full data details in file dialog

Create a client-side “autoexec” program

Project “Autoexec” flow

Project autosave/recover

Page 19: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

19

Copyright © 2012, SAS Institute Inc. All rights reserved.

The project log – your work on record

Page 20: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

20

Copyright © 2012, SAS Institute Inc. All rights reserved.

Unwrap the ODS “sandwich” in your log

Tools->Options->Results: General

Show generated wrapper code in SAS log

Page 21: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

21

Copyright © 2012, SAS Institute Inc. All rights reserved.

See more details in the file dialog

Tools->Options->General

Show full details when viewing SAS libraries

Page 22: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

22

Copyright © 2012, SAS Institute Inc. All rights reserved.

Client-side “autoexec” program

Tools->Options->SAS Programs

Page 23: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

23

Copyright © 2012, SAS Institute Inc. All rights reserved.

Project autosave/recovery

Configurable time interval and location

Can save “linked” items such as SAS programs too

Page 24: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

24

Copyright © 2012, SAS Institute Inc. All rights reserved.

Recap

Easier to use

Achieve more with less code

Leverages what’s new in SAS

Lots of goodies for the experts

Page 25: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

25

Copyright © 2012, SAS Institute Inc. All rights reserved.

Where can I learn more?

SAS support site:

SAS Enterprise Guide discussion forum (communities.sas.com)

http://support.sas.com/eguide

Blog:

http://blogs.sas.com/sasdummy

SAS Talks series

http://support.sas.com/sastalks

Page 26: Enterprise Guide: Moving from 4.1 to 4.3 - What's New and - SAS

Copyright © 2012, SAS Institute Inc. All rights reserved.