LucidDbAppLib CREATE VAR
From Eigenpedia
Syntax
CALL APPLIB.CREATE_VAR ( context_id, var_id, description )
Purpose
Creates a variable (or a context if var_id is null). Initial value for a new variable is null. It is an error to attempt to create a context or variable which already exists.
Parameters
- context_id [VARCHAR(255)] - the context for the variable id, var_id.
- var_id [VARCHAR(255)] - variable id used to reference the variable, if this is null, a context will be created.
- description [VARCHAR(65535)] - description of the variable or context that is being created

