Basics of SAS - PowerPoint PPT Presentation

1 / 6
About This Presentation
Title:

Basics of SAS

Description:

Lesson #6. Basics of SAS. Two parts of a SAS program: - DATA step ... create new variables. Execute certain ... create new variables(s) from those above ; ... – PowerPoint PPT presentation

Number of Views:24
Avg rating:3.0/5.0
Slides: 7
Provided by: Jhus
Category:
Tags: sas | basics | create | run | up

less

Transcript and Presenter's Notes

Title: Basics of SAS


1
  • Lesson 6
  • Basics of SAS

2
(No Transcript)
3
(No Transcript)
4

5
  • Two parts of a SAS program

- DATA step
Read in variables, and create new variables
- PROC step(s)
Execute certain statistical procedures, as well
as sort and subset the data
6
data data_set_name
input var1_name var2_name
create new variables(s) from those above
lines
proc procedure_name datadata_set_name options

subcommands / options
(more procs, subcommands, and options)
run
Write a Comment
User Comments (0)
About PowerShow.com