Predefined Variables

To access option variables, a Velocity variable is defined for each option. The names of these variables correlate to the option name attribute. For example, to access a check box with a name attribute of cbx1, a Velocity variable of $cbx1 is defined.
Here are the predefined Velocity variables:
Variable
Description
$SASLIBRARY
The name of the library that contains the input data source. The $SASLIBRARY variable is defined only if you have a DataSource element in the task.
$SASTABLE
The table name of the input data source. The $SASTABLE variable is defined only if you have a DataSource element in the task.