SAS was designed to be easy to use:
Note: Within this documentation, SAS program examples are written using upper case for SAS program language components and lower case for user defined specifications such as variable and data set names. This was done for documentation purposes only and is not required when writing SAS programs.
In writing SAS programs it is very easy to forget a semicolon here or there; this is the most common mistakle made by beginning SAS programmers. Always check that each SAS statement ends in a semicolon before executing your program.
Note: Do not include semicolons or blank lines in your data.
Virginia Tech Computing Center--Distributed Information Systems
Last updated: October 31, 1995