Functions may be used to transform variable values. Recall from Chapter 2 that the syntax of a function call in the data step is as follows:
SAS functions (data step expressions)
|
Note that you can use a function call anywhere where an expression is permitted. The most common place to use a function call is in an assignment statement.