User Guide : Scripting : Variables
 
Share this page                  
Variables
Variables in DataConnect allow you to reference values or expressions in your script. When you declare a variable, you must include its scope, name, type, and dimension.
Note:  Constants are evaluated only at the beginning of a transformation, whereas variables are evaluated each time they are called.
This section includes the following topics:
Scoping Variables
Guidelines for Naming Variables
Variant Data Type
Array Variables
Clearing Variables and Array Elements
Managing Variables