RESET GLOBAL

The RESET GLOBAL command deletes the names and values of user global variables.

Syntax

To reset specific global variables:

>>-- RESET GLOBAL (VarName1, VarName2,... --------------<<

To reset all global variables:

>>-- RESET GLOBAL ALL ----------------------------------<<
Parameter Description
VariableName

The names of the specific variables that will be deleted. You can name up to 10 variables previously set by the SET GLOBAL command.

ALL deletes the names and values of all the variables previously set by the SET GLOBAL command. Variables whose names begin with DSQ are restricted, and can not be deleted.

Example

RESET GLOBAL (Variable1, Variable2
RESET GLOBAL ALL