active variable

A 4GL variable for which storage exists. The active variables consist of the local variables of all active functions, the module variables of all modules containing the active functions, and all global variables. You can evaluate or assign values to active variables within the INFORMIX-4GL Interactive Debugger.

See also active function, global variable, local variable, module variable, program execution, scope.