DataFlux Data Management Studio 2.6: User Guide
Use an Expression node to add a DataFlux expression to the flow for a process job. For more information about the tabs at upper left of this dialog, click the following links:
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 DataFlux 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
Documentation Feedback: yourturn@sas.com
|
Doc ID: dfU_CFExpression.html |