Set

Set

Set Summary The SET command sets a variable to a command or expression in the Connect environment. Use variables in other XSQL and DCL commands and expressions. Syntax set <variable_name> [&hell...

Load Data into Incent

Load Data into Incent xSQL’s INCENT commands allow developers to manipulate data programmatically in the Incent application. INCENT commands can be invoked manually or added to scheduled steps a...

Create and Use Global Variables

Create and Use Global Variables Connect’s xSQL language allows you to create global variables. These variables persist across sessions and users, and can store: Literal values Expressions that resol...

Calculate Variable Values

Variables hold expressions, not values. SET assigns an expression to a named variable, but that expression is not resolved to an actual value until it is evaluated, each time it […]