tips and tricks for sas enterprise guide€¦ · guide tips project log summary window the new...

36
Copyright © 2015, SAS Institute Inc. All rights reserved. TIPS AND TRICKS FOR SAS® ENTERPRISE GUIDE

Upload: others

Post on 25-Jul-2020

7 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

TIPS AND TRICKS FOR

SAS® ENTERPRISE GUIDE ™

Page 2: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

PROGRAMMING

FEATURESENHANCED PROGRAM EDITOR

Page 3: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

PROGRAMMING

FEATURESENHANCED EDITOR

• Link to on-line help and documentation Enhanced tool tip support with web

link to Product Documentation and

Samples

Mouse over Tooltip with details for

SAS PROCS, SAS Functions

Page 4: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

PROGRAMMING

FEATURESENHANCED PROGRAM EDITOR - AUTOCOMPLETE

Connects to data library listing accessible data

tables

Provides list of SAS PROCS, SAS Functions and Macro variables, assisting user while coding

Page 5: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

PROGRAMMING

FEATURESENHANCED EDITOR - AUTOCOMPLETE

Auto completion for Variables in Data sets

Provides the ability to view the list of

variables from the selected data set.

Page 6: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

PROGRAMMING

FEATURESENHANCED PROGRAM EDITOR – FORMAT CODE

Converts code into Indented Format

Page 7: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

PROGRAMMING

FEATURESENHANCED PROGRAM EDITOR – ANALYZE PROGRAM

Coverts lines of Code into Process Flow for visual representation and ease

understanding of the program flow

Page 8: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

PROGRAMMING

FEATURESENHANCED PROGRAM EDITOR OPTIONS

General Options for the Editor Helps set the options for Code Appearance including Font Size and Font Colour for various key elements of the code

Page 9: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

PROGRAMMING

FEATURESENHANCED PROGRAM EDITOR OPTIONS

Options to set the rules for code indentation

Page 10: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

PROGRAMMING

FEATURESSMART HIGHLIGHTING

Smart highlighting is

available in the program

editor. By default, when

you select or search for a

word in the program

editor, all other

occurrences of that word

are also highlighted

Page 11: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

PROGRAMMING

FEATURESVERSIONING

If you have SAS programs

in your SAS Enterprise

Guide project, you can now

track your changes in

those programs using

standard source control

management methods.

Page 12: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

PROGRAMMING

FEATURESMACRO VARIABLE AND SYSTEM OPTIONS VIEWER

• The SAS Macro Variable Viewer enables you

to view all of the SAS macro variables that are

defined in your current SAS session. You can

use this window to see changes to the macro

variables while you work in SAS Enterprise

Guide and to quickly evaluate a macro

expression.

• The SAS System Options Viewer enables you

to view all of the SAS system options that are

defined for your current SAS session

Page 13: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

SAS®

ENTERPRISE

GUIDE 5.1ENHANCED PROGRAM EDITOR

Ability to split and stack the programming

window – side by side or tiled

• Work with different parts of same

program in single view

Page 14: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

SAS ENTERPRISE

GUIDE TIPSVIEWING OPTIONS

Code

Page 15: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

SAS ENTERPRISE

GUIDE TIPSVIEWING OPTIONS

Code and Results

Page 16: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

SAS ENTERPRISE

GUIDE TIPSVIEWING OPTIONS

Log Summary

Page 17: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

SAS ENTERPRISE

GUIDE TIPSVIEWING OPTIONS

Log Summary

Page 18: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

SAS ENTERPRISE

GUIDE TIPSPROJECT LOG SUMMARY WINDOW

The new Project Log Summary window is displayed with

the Project Log window and includes an aggregated list of

all the messages that have been generated in the project

log.

Page 19: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

SAS ENTERPRISE

GUIDE TIPSFILTERING OPTIONS

• Filter and Sort

• Query Builder

• Filters in Tasks

• Code

Page 20: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

SAS ENTERPRISE

GUIDE TIPSFILTERING OPTIONS

Filter and

Sort Task

Page 21: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

SAS ENTERPRISE

GUIDE TIPSFILTERING OPTIONS

Query Builder

Page 22: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

SAS ENTERPRISE

GUIDE TIPSFILTERING OPTIONS

Filters in TasksFilter since 4.3 not widely known

Page 23: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

SAS®

ENTERPRISE

GUIDE 7.11WHERE FILTER

• You can now

subset your

data in the data

grid by typing a

WHERE clause

filter. The new

Where button

appears at the

top of the data

grid.

Page 24: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

SAS®

ENTERPRISE

GUIDE 7.11CREATE CASE-INSENSITIVE FILTERS

• Uncheck Match Case

Page 25: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

SAS ENTERPRISE

GUIDE TIPSCODE TEMPLATES

Right-click

Page 26: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

SAS ENTERPRISE

GUIDE TIPSCODE TEMPLATES

New code node in

Process Flow

Page 27: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

SAS ENTERPRISE

GUIDE TIPSCODE TEMPLATES

Edit, Save Code

Page 28: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

SAS ENTERPRISE

GUIDE TIPSCODE TEMPLATES

Run Task

Page 29: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

SAS ENTERPRISE

GUIDE TIPSADD CODE TO PROCESS FLOW

From File Menu

Page 30: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

SAS ENTERPRISE

GUIDE TIPSADD CODE TO PROCESS FLOW

Add code to

process flow

Page 31: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

SAS ENTERPRISE

GUIDE TIPSADD CODE TO PROCESS FLOW

Edit/Run Code

Page 32: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

SAS ENTERPRISE

GUIDE TIPSADD CODE TO PROCESS FLOW

Page 33: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

SAS ENTERPRISE

GUIDE TIPSADD CODE TO PROCESS FLOW

Manually Link

to dataset

Page 34: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

RESOURCES

Page 35: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

ADDITIONAL

SUPPORTENTERPRISE GUIDE TUTORIALS

• View Free Tutorials• http://support.sas.com/training/resources/

» SAS Enterprise Guide Tutorial

» Getting Started with SAS Enterprise Guide

» SAS Enterprise Guide Tutorial for Statistics

Page 36: TIPS AND TRICKS FOR SAS ENTERPRISE GUIDE€¦ · GUIDE TIPS PROJECT LOG SUMMARY WINDOW The new Project Log Summary window is displayed with the Project Log window and includes an

C op yr i g h t © 2015 , SAS Ins t i t u te Inc . A l l r i g h ts r eser v ed .

QUESTIONS?

• Thank you for your time and

attention!

Connect with me:

LinkedIn: https://www.linkedin.com/in/melodierush

Twitter: @SAS_MelodieRush