DataFlux Data Management Studio 2.7: User Guide

Expression Node

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: 

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 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
Note: Always include the Doc ID when providing documentation feedback.

Doc ID: dfU_CFExpression.html