You are on page 1of 44

Laying a strong foundation for SAS 9.

2 platform
Lai Phong Tran Senior Solution Architect 3rd April 2008

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

Agenda
SAS 9.2 Overview Highlights across MVA-based SAS Key Changes & Enhancements for SAS/Base ODS SAS/Graph New products Resources Summary

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

Agenda
SAS 9.2 Overview Highlights across MVA-based SAS Key Changes & Enhancements for SAS/Base ODS SAS/Graph New products Resources Summary

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

SAS 9.2 One Release Incremental Software Availability

NOT mass shipped

MVA-based SAS Products


SAS/BASE, SAS/STAT, SAS/Graph, etc. No products reliant on metadata

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

SAS 9.2 One Release Incremental Software Availability

Come to SAS Forum Australia to find out more

Enterprise Intelligence Platform Business Intelligence Data Integration

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

SAS 9.2 One Release Incremental Software Availability

Metadata Driven Analytics Clients Enterprise Miner Text Miner Model Manager Business & Industry Solutions Financial Retail Health and Life Sciences Other .
Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

SAS 9.2 Overview

?
SAS 9.2

SAS 8.2

SAS 9.1.3

SAS 9.2

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

SAS 9.2 Overview


SAS 9.2 is a major functionality release New functionality requested by existing customers

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

SAS 9.2 Overview

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

Agenda
SAS 9.2 Overview Highlights across MVA-based SAS Key Changes & Enhancements for SAS/Base ODS SAS/Graph New products Resources Summary

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

Highlights across MVA-based SAS

SAS 9.2 (MVA-based SAS) delivers Support for latest platforms More manageability Greater performance Heightened security Simpler automatic graphics

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

SAS 9.2 (MVA-based SAS) delivers

Support for latest platforms


More manageability Greater performance Heightened security Simpler automatic graphics

Support for x86-64 architecture and O/S (Windows, Solaris, Linux)

NEW

Increase minimum baselines (i.e. O/S versions)

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

SAS 9.2 (MVA-based SAS) delivers Support for latest platforms

More manageability
Greater performance Heightened security Simpler automatic graphics

Checkpoint / Restart SAS Code Analyzer (PROC SCAPROC) Enterprise deployment ESD, SDW

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

SAS 9.2 (MVA-based SAS) delivers Support for latest platforms More manageability

Greater performance
Heightened security Simpler automatic graphics

Enhanced optimised paths in Implicit Passthrough Further avoid unnecessary sorting Choice of continuing/discontinuing execution on independent tasks

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

SAS 9.2 (MVA-based SAS) delivers Support for latest platforms More manageability Greater performance

Heightened security
Simpler automatic graphics

AES encryption algorithm (data across the wire) SAS/SECURE algorithm used for data encryption (data at rest) RC4 PWENCODE support sas003 (356-bit key encryption - same new AES)
Experimental

Support SFTP (data & commands encrypted)

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

SAS 9.2 (MVA-based SAS) delivers Support for latest platforms More manageability Greater performance Heightened security

Simpler automatic graphics


Graph production best practice
SAS analytical procedures now automatically produce relevant graphs by simply setting: ods graphics on; Users can customise the automatic graphs from the procedures by editing the pre-defined templates. Alternatively, users can customise ODS graphics output using the ODS Graphics Editor
Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

Some Samples

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

The Graphics Template Language (GTL)


proc template; define statgraph graph.myplot; begingraph; entrytitle "Model Weight by Height"; layout overlay; scatterplot y=weight x=height; seriesplot y=predict x=height; endlayout; endgraph; end; run; proc sgrender data=sashelp.classfit template=graph.myplot; run;

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

ODS Graphics Editor

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

Refreshment

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

Agenda
SAS 9.2 Overview Highlights across MVA-based SAS Key Changes & Enhancements for SAS/Base ODS SAS/Graph New products Resources Summary

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

SAS/Base
New support for ISO 8601 Time Notations eg. 1997-07-16T19:20:30+01:00 Formats (25+) Informats (15+) Functions and call routines (45+) System options(40+) Universal Printing and new TrueType fonts

SAS/Base

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

SAS/Base: Data Step


Hash Object
Support for duplicate key values Find() frequency statistic

Data set name lists


SET A1-A10; SET SALES.JAN:;

User-Written Functions
C, C++ register with Proc PROTO Proc FCMP SAS language

WHERE expressions
the LIKE operator accepts % and _ in the values SAS/Base

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

Agenda
SAS 9.2 Overview Highlights across MVA-based SAS Key Changes & Enhancements for SAS/Base ODS SAS/Graph New products Resources Summary

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

ODS - Better integration

ODS

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

ODS - Better integration

ODS

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

ODS Customisable Contents

ODS

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

ODS Customisable Appearance

ODS

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

Agenda
SAS 9.2 Overview Highlights across MVA-based SAS Key Changes & Enhancements for SAS/Base ODS SAS/Graph New products Resources Summary

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

SAS/Graph: New Procedure SGPLOT

SAS/Graph

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

SAS/Graph: New Procedure SGSCATTER

SAS/Graph

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

SAS/Graph: New Procedure SGSCATTER

SAS/Graph

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

SAS/Graph: New Procedure SGPANEL

SAS/Graph

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

Network Diagrams
Where can you use these?

SAS/Graph

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

SAS/Graph: SVG

SAS/Graph

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

SAS/Graph: SVG

SAS/Graph

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

Agenda
SAS 9.2 Overview Highlights across MVA-based SAS Key Changes & Enhancements for SAS/Base ODS SAS/Graph New products Resources Summary

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

Stat Studio

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

Simulation Studio

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

Agenda
SAS 9.2 Overview Highlights across MVA-based SAS Key Changes & Enhancements for SAS/Base ODS SAS/Graph New products Resources Summary

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

Resources
SAS 9.2 Key Highlights http://support.sas.com/software/index.html

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

Agenda
SAS 9.2 Overview Highlights across MVA-based SAS Key Changes & Enhancements for SAS/Base ODS SAS/Graph New products Resources Summary

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

Summary

SAS 9.2 (MVA-based SAS) delivers Support for latest platforms More manageability Greater performance Heightened security Simpler automatic graphics

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

Copyright 2007, SAS Institute Inc. All rights reserved.

Company confidential - for internal use only

You might also like