Expression Node
Use an Expression node to add a SAS expression to the flow for a process job. For more information about the tabs at upper left of this dialog, click the following links:
- Expression properties tab - Enables you to create a SAS expression that uses aggregate and numeric functions and expression operators. For information about functions and expression operators, see SAS Expression Language Reference Guide.
- Settings tab
- Inputs tab
- Outputs tab
- Node Connections tab
- Log tab
Usage Notes
By default, incoming variables to the expressions that you create in this node are treated as string variables. If a string input does not suit your needs, you can use the SAS tointeger function to specify incoming variables as numeric. Here is an example of an expression that uses the tointeger function:
if tointeger(varname) > 10
dosomething
else
dosomethingelse