Chapter 1 Introduction to SAS ® Enterprise Guide ®

Post on 12-Jan-2016

244 views 3 download

Tags:

Transcript of Chapter 1 Introduction to SAS ® Enterprise Guide ®

Chapter 1

Introduction to SAS®

Enterprise Guide®

Section 1.1

SAS® Enterprise Guide® and the SAS® System

3

Objectives Define the SAS System. Define the relationship between SAS Enterprise Guide

and SAS software.

4

SAS SoftwareSAS is an integrated suite of software products. The functionality of the system is built around four data-driven tasks: data access data management data analysis data presentation.

5

SAS Enterprise Guide and SAS SoftwareYou can use SAS Enterprise Guide to access the power of SAS without learning the SAS programming language.

If you are a SAS programmer, you can useSAS Enterprise Guide to create new code or modify existing programs.

6

SAS Enterprise Guide and SAS SoftwareSAS programmers can also take advantage of SAS Enterprise Guide to share project files with other programmers as well as

nontechnical analysts generate graphs and complex analyses quickly create different output formats using ODS create and modify style sheets using a simple

interface create SQL queries quickly and easily through an

intuitive interface.

7

SAS Enterprise Guide can use the execution power of the server to access data and run SAS processes, and then return the results to your client PC.

SAS EnterpriseGuide

SASon Windows

SASon Mainframe

SASon UNIX

Behind the Scenes

Code

Results

...

8

System RequirementsSAS Enterprise Guide runs on Microsoft Windows platforms, including Windows NT 4.0 Windows 2000 Windows XP.

9

SAS Software RequirementsEnterprise Guide is an open client that runs on Microsoft Windows platforms.

Minimum: Base SAS software must be licensed on client or remote server.

Integration Technologies for remote SAS access

Section 1.2

Introduction to SAS® Enterprise Guide ®

11

Objectives Review the capabilities and major features of

SAS Enterprise Guide software. Review the purpose of the different areas of the

SAS Enterprise Guide workspace. Identify the steps in a typical SAS Enterprise Guide

session.

12

Introduction to SAS Enterprise GuideSAS Enterprise Guide software is an easy-to-use application that provides an intuitive visual interface access to the power of SAS transparent access to data ready-to-use tasks for analysis and reporting easy exporting of data and results to other applications scripting and automation.

13

SAS Enterprise Guide Interface

SAS Enterprise Guide provides a point-and-click interface that contains dialog boxes…

14

SAS Enterprise Guide Interface

…as well as wizards…

15

SAS Enterprise Guide Interface

…and drag-and-drop functionality.

16

Both the appearance and the behavior of SAS Enterprise Guide can be customized.

SAS Enterprise Guide Interface

17

A traditional SAS programming environment is also available.

SAS Enterprise Guide Interface

18

ProjectsSAS Enterprise Guide uses projects to organize related data, tasks, code, and results.

To begin work with SAS Enterprise Guide, you create a project add data to the project select tasks to manage, analyze, and report on the

data.

Additionally, you can customize results automate the process.

19

ProjectsThe Project window displays the active project and associated data, code, notes, and results.

Project window

20

Process FlowThe Process Flow window displays the process flow diagram for the project. You can use a process flow diagram (PFD) to run the entire project or to run only specific tasks.

Process Flow window

21

DataSAS Enterprise Guide provides transparent access to virtually any data anywhere.

Server List

22

Tasks Manage and analyze data. Create reports. Generate formatted results.

23

Tasks

Task List

Tasks are organized by category in the Task List window.

24

TasksTask dialogs are designed with many similar features so that you can easily learn to use them.

25

ResultsResults produced by tasks are displayed in the Work Area.

Work Area

26

Formatting ResultsResults can be formatted as HTML plain text PDF RTF.

You can also insert results into presentation software e-mail, save, or publish results as HTML.

27

Code GenerationAs you build tasks, SAS Enterprise Guide generates SAS code.

28

You can create a process flow to script the execution of projects or elements of projects.

Automating a Process

Chapter 2

Analysis Capabilities

Section 2.1

An Overview of Statistical Tasks

31

Objectives Define the statistical tasks incorporated into SAS

Enterprise Guide. Explore ways of customizing statistical tasks.

32

The Real Power of Enterprise Guide…is to bring the extensive power of SAS System analytics to your fingertips.

33

Analytic TasksTasks represent commonly used procedures from Base SAS SAS/STAT SAS/QC SAS/ETS SAS/GRAPH.

34

Describe Menu

Commonly used Base SAS procedures

35

The Analyze Menu

36

The ANOVA MenuSAS/STAT procedures for group comparisons and linear models

37

The Regression MenuSAS/STAT procedures for regression analyses

38

The Multivariate MenuSAS/STAT procedures for multivariate analyses

39

The Survival Analysis MenuSAS/STAT procedures for time-to-event analyses with censoring

40

The Capability Analysis MenuSAS/QC procedure for distribution and capability analysis

41

The Control Charts MenuSAS/QC procedure for Shewhart control charts

42

The Time Series MenuSAS/ETS procedures for time series analysis and forecasting

43

The Graph MenuSAS/GRAPH procedures

44

Customizing Tasks Within the WizardsCustomize analyses using point-and-click

……

45

Customizing Tasks With CodeLeverage the power of the SAS programming language.

……

46

Customizing Analyses With ProgramsWrite your own SAS programs.

A SAS log notifies you of messages and errors.

47

Customizing Analyses with Add-insYou can also create your own task add-ins to perform exactly the analyses you want.