When you
submit a program, SAS scans each statement for syntax errors, and
then executes the step (if no syntax errors are found). SAS then goes
to the next step and repeats the process. Syntax errors, such as misspelled
keywords, generally prevent SAS from executing the step in which the
error occurred.
Notes are written to
the Log window when the program finishes executing. When a program that contains an ...