Search Header Logo
SAS Programming Module 1

SAS Programming Module 1

Assessment

Presentation

Computers

9th - 12th Grade

Hard

Created by

Laura FisherJohnson

Used 2+ times

FREE Resource

6 Slides • 0 Questions

1

SAS Programming Module 1

Slide image

2

How to run a program

Click on this little guy in the toolbar just above program

Slide image

3

SAS is a program made up of steps

  • Data Step- reads and processes data; creates data set

  • Proc Step- processes data

4

SAS Syntax

  • All steps begin with Data or Proc

  • All steps end with run (usually) or quit

  • All statements end with a ;

  • Spacing and capitalization does not matter to compiler

5

Global Statements

  • Do not need a run statement

  • Libname statement

  • Options statement

  • Title statement

6

Comments

  • Compiler does not read between /* and \




SAS Programming Module 1

Slide image

Show answer

Auto Play

Slide 1 / 6

SLIDE