Sas Basic Procs

  • June 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Sas Basic Procs as PDF for free.

More details

  • Words: 1,293
  • Pages: 27
Basic SAS Procedures Greg Jenkins

1

Overview • SAS procedures are functions that generally take data in either from a data set, or specified options, and then output some information. • That’s pretty vague, but we will look at some basic SAS procedures for examples. • Coding and options are similar for most procedures. 2

Syntax Common to Most Procedures • Most procedures have the following general syntax: proc something ; <where conditional statements;>