Basic Concepts |
SAS
Programs |
Characteristics of SAS Programs
Next let's look at the individual statements in our sample program. SAS programs are made up of SAS statements. A SAS statement has two important characteristics:
As you've seen, a DATA step begins with the keyword DATA, and a PROC step begins with the keyword PROC. Our sample program contains a DATA statement, a SET statement, a RUN statement, a PROC PRINT statement, and another RUN statement.
|
Layout for SAS Programs SAS statements are free-format. This means that
Blanks or special characters separate "words" in a SAS statement. |
Copyright © 2002 SAS Institute Inc., Cary, NC, USA. All rights reserved.