A SAS function is a
component of the SAS programming language that can accept arguments,
perform a computation or other operation, and return a value. Functions
can return either numeric or character results. The value that is
returned can be used in an assignment statement or elsewhere in expressions.
Many functions are included with SAS, and you can write your own functions
as well.
In Base SAS software,
you can use SAS functions in DATA step programming statements, in
a WHERE expression, in macro language statements, in PROC REPORT,
and in Structured Query Language (SQL).
Some statistical procedures
also use SAS functions. In addition, some other SAS software products
offer functions that you can use in the DATA step. For more information
about these functions, see the documentation that pertains to the
specific SAS software product.