| Product | Release |
|---|---|
| Base SAS | 9.2 |
| 9.1.3 | |
| 9.1.2 | |
| 9.1 | |
| 9.0 | |
| 8.2 | |
| 8.01 | |
| 8.00 | |
| 8.0 |
| Previous Page | | | Next Page |
| What Is the SAS System? |
| Statements |
begins a DATA step and tells SAS to begin creating a SAS data set. SAS-data-set names the data set that is being created.
brings SAS programming statements, data lines, or both into a current SAS program.
tells SAS to begin executing the preceding group of SAS statements.
For more information, see Statements in SAS Language Reference: Dictionary.
| Procedures |
begins a PROC step and tells SAS to invoke a particular SAS procedure to process the SAS data set that is specified in the DATA= option. If you omit the DATA= option, then the procedure processes the most recently created SAS data set in the program.
For more information about using procedures, see the Base SAS Procedures Guide.
| Previous Page | | | Next Page | | | Top of Page |
Copyright © 2007 by SAS Institute Inc., Cary, NC, USA. All rights reserved.
