Summary of Lesson 1 - Essentials
Summary of Lesson 1 - Essentials
Programs can be submitted by clicking the Run icon or pressing the F3 key.
To run a subset of a program, highlight the desired statements first. If you are using SAS Studio,
click the Run icon or press F3. If you are using SAS Enterprise Guide, click the arrow next to Run
and click Run Selection or press F3.
Submitting a program that has run previously in Enterprise Guide or SAS Studio replaces the log,
output data, and results.
Submitting a program that has run previously in the SAS windowing environment appends the log
and results.
SAS programs consist of DATA and PROC steps, and each step consists of statements.
DATA ... ;
other statements
RUN;
PROC ... ;
other statements
RUN;
TITLE ... ;
OPTIONS ... ;
LIBNAME ... ;
https://vle.sas.com/pluginfile.php/800782/mod_scorm/content/255/01/summary01.htm 1/2
8/14/2020 Summary of Lesson 1: Essentials
Some common syntax errors are unmatched quotes, missing semicolons, misspelled keywords, and
invalid options.
Copyright © 2020 SAS Institute Inc., Cary, NC, USA. All rights reserved.
https://vle.sas.com/pluginfile.php/800782/mod_scorm/content/255/01/summary01.htm 2/2