SPD Server uses keywords
to initiate statements or to refer to syntax elements. For example,
you can use the words
where and
group only
in certain ways because SPD Server uses WHERE and GROUP BY clauses.
Keywords are treated as reserved words. You cannot use keywords in
the name of a libref, a table, a column, or an index.
In contrast, SAS SQL
allows keywords in some, but not all, syntax locations. For more information
about keywords that are restricted by SPD Server, see
Reserved Keywords.