The Basics of the SAS Language
SAS Statements
A SAS statement is
a type of SAS language element that is used to perform a particular
operation in a SAS program or to provide information to a SAS program.
SAS statements are free-format. This means that they can begin and
end anywhere on a line, that one statement can continue over several
lines, and that several statements can be on the same line. Blank
or special characters separate words in a SAS statement.
Tip
You can specify SAS statements
in uppercase or lowercase. In most situations, text that is enclosed
in quotation marks is case sensitive.
Here are two important
rules for writing SAS programs:
-
A SAS statement ends with a semicolon.
-
A statement usually begins with a SAS ...
Get SAS Certified Specialist Prep Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.