Chapter 1: Getting Started

34
1 Chapter 1: Getting Started 1.1 Introducing SAS Enterprise Guide 1.2 Course Scenarios

description

Chapter 1: Getting Started. Chapter 1: Getting Started. Objectives. State the capabilities and major features of SAS Enterprise Guide software. State the purpose of the different areas of the SAS Enterprise Guide workspace. Name the steps in a typical SAS Enterprise Guide session. - PowerPoint PPT Presentation

Transcript of Chapter 1: Getting Started

Page 1: Chapter 1: Getting Started

1

Chapter 1: Getting Started

1.1 Introducing SAS Enterprise Guide

1.2 Course Scenarios

Page 2: Chapter 1: Getting Started

2

Chapter 1: Getting Started

1.1 Introducing SAS Enterprise Guide1.1 Introducing SAS Enterprise Guide

1.2 Course Scenarios

Page 3: Chapter 1: Getting Started

3

Objectives State the capabilities and major features

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

of the SAS Enterprise Guide workspace. Name the steps in a typical SAS Enterprise Guide

session.

Page 4: Chapter 1: Getting Started

4

Introduction to SAS Enterprise Guide 4.3

Page 5: Chapter 1: Getting Started

5

Page 6: Chapter 1: Getting Started

6

1.01 Multiple Choice PollDescribe your experience with SAS Enterprise Guide.

a. I had not heard of it until I was told to take this class.

b. I have seen other people use it.

c. I have used it a little.

d. I have used it extensively.

Page 7: Chapter 1: Getting Started

7

Page 8: Chapter 1: Getting Started

8

1.02 QuizWhat are your reasons for learning about SAS Enterprise Guide?

Page 9: Chapter 1: Getting Started

9

Introduction to SAS Enterprise GuideSAS Enterprise Guide provides a point-and-click interface for managing data and generating reports.

Page 10: Chapter 1: Getting Started

10

SAS Enterprise Guide InterfaceSAS Enterprise Guide also includes a full programming interface that can be used to write, edit, and submit SAS code.

Page 11: Chapter 1: Getting Started

11

Page 12: Chapter 1: Getting Started

12

1.03 Multiple Choice PollDescribe your experience with the SAS programming language.

a. I have never seen nor written SAS code.

b. I have seen SAS code that other people wrote.

c. I have written a little SAS code.

d. I have extensive experience writing SAS programs.

Page 13: Chapter 1: Getting Started

13

SAS Enterprise Guide Interface: The ProjectA project is a single file that serves asa collection of data sources SAS programs

and logs tasks and queries results informational

notes for documentation.

You can control the contents, sequencing, and updating of a project.

e101d01.egp

Page 14: Chapter 1: Getting Started

14

Building a SAS Enterprise Guide ProjectTo begin work with SAS Enterprise Guide, you

1. create a new project

2. add data to the project

3. run tasks against the data.

Additionally, you can

4. customize results

5. automate the process.

Page 15: Chapter 1: Getting Started

15

Behind the ScenesAs you build tasks, SAS Enterprise Guide generates SAS code.

Page 16: Chapter 1: Getting Started

16

Behind the ScenesSAS Enterprise Guide prepares SAS code, either generated through point-and-click tasks or written by the user, and submits the code to SAS. SAS can run on your PC or on a remote server.

Code

Local User

UNIX

z/OSMainframe

Windows Server ...

Page 17: Chapter 1: Getting Started

17

Behind the ScenesSAS then executes the code and delivers the results to SAS Enterprise Guide.

ResultsUNIX

z/OSMainframe

Windows ServerLocal User

Page 18: Chapter 1: Getting Started

18

Page 19: Chapter 1: Getting Started

19

1.04 Multiple Choice PollWhat is your SAS Enterprise Guide configuration?

a. SAS Enterprise Guide and SAS on my PC

b. SAS Enterprise Guide on my PC and SAS on a Windows server

c. SAS Enterprise Guide on my PC and SAS on a UNIX server

d. SAS Enterprise Guide on my PC and SAS on an IBM z/OS (mainframe) server

e. Other

f. Not sure

Page 20: Chapter 1: Getting Started

20

Chapter 1: Getting Started

1.1 Introducing SAS Enterprise Guide

1.2 Course Scenarios1.2 Course Scenarios

Page 21: Chapter 1: Getting Started

21

Objectives Define the business need for the class demonstrations

scenario. Define the business need for the exercise scenario.

Page 22: Chapter 1: Getting Started

22

Filename Conventions

Code Type

a Activity

d Demo

e Exercise

s Solution

e104d01x

course ID chapter # item #type placeholder

Example: The SAS Enterprise Guide 1: Essentialscourse ID is e1, soe104d01 =SAS Enterprise Guide 1: Essentials,Chapter 4, Demo 1.

e104a01

e104a02

e104a02s

e104d01

e104d02

e104e01

e104e02

e104s01

e104s02

Page 23: Chapter 1: Getting Started

23

Three Levels of ExercisesLevel 1 The exercise mimics an example presented in

the section.

Level 2 Less information and guidance are provided in the exercise instructions, possibly including exploring options not presented in the section.

Level 3 Prior knowledge of the SAS programming language is assumed. Exercises illustrate the integration of point-and-click functionality together with the ability to write and edit code.

You are not expected to complete all of the exercises in the time allotted. Choose the exercise or exercises that are at the level you are most comfortable with.

Page 24: Chapter 1: Getting Started

24

Orion Star Sports & Outdoors

For the demonstrations and exercises, you will use data from Orion Star Sports & Outdoors. This is a fictitious global sports and outdoors retailer with traditional stores, an online store, and a large catalog business.

The corporate headquarters is located in the United States with offices and stores in many countries throughout the world.

Orion Star has approximately 1,000 employees and 90,000 customers, processes approximately 150,000 orders annually, and purchases products from 64 suppliers.

Page 25: Chapter 1: Getting Started

25

Orion Star ProjectThroughout the course, you build SAS Enterprise Guide projects that access various types of data sources, query the data to filter and join tables, and produce several different summary reports and graphs.

Page 26: Chapter 1: Getting Started

26

The SAS Help FacilityUse the SAS Enterprise Guide Help facility for additional direction about SAS Enterprise Guide. Additional help is available online.

support.sas.com/documentation/onlinedoc/guide

Page 27: Chapter 1: Getting Started

27

Navigating the SAS Enterprise Guide Workspace

This demonstration illustrates how to add a data set, create a task, and navigate the contents of the project in the SAS Enterprise Guide workspace.

Page 28: Chapter 1: Getting Started

28

Page 29: Chapter 1: Getting Started

29

Exercise

This exercise reinforces the concepts discussed previously.

Page 30: Chapter 1: Getting Started

30

Page 31: Chapter 1: Getting Started

31

Chapter Review1. What is a project in SAS Enterprise Guide?

 

2. What are three essentials to a SAS Enterprise Guide project? (Hint: All data processing works this way.)

Page 32: Chapter 1: Getting Started

32

Chapter Review Answers1. What is a project in SAS Enterprise Guide?

 

2. What are three essentials to a SAS Enterprise Guide project? (Hint: All data processing works this way.)

A project is a single file that is a collection of related data, tasks, SAS programs, and results that can be saved and opened by SAS Enterprise Guide.

a. Add Datab. Run Taskc. Explore Results

Page 33: Chapter 1: Getting Started

33

Chapter Review3. Does SAS Enterprise Guide execute the code after

a task is submitted or run?

 

4. If you want to restore the windows configuration to the original layout, you need to click on the Restore Window Layout button. Where is this button?

Page 34: Chapter 1: Getting Started

34

Chapter Review Answers3. Does SAS Enterprise Guide execute the code after

a task is submitted or run?

 

4. If you want to restore the windows configuration to the original layout, you need to click on the Restore Window Layout button. Where is this button?

No, the code that SAS Enterprise Guide creates is executed by SAS, either on your local machine or on a server.

It can be found by selecting Tools Options General.